mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	Most programming languages these days have a "require" directive, which is analogous to %include except that it automatically guards against multiple inclusion. This is useful enough to add, since with nasm_realpath() we can now to this (mostly) reliably. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
		
			
				
	
	
		
			3 lines
		
	
	
		
			29 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			29 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| %require 'require.asm'
 | |
| 	db 1
 |