mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| ; This file is part of the include test.
 | |
| ; See inctest.asm for build instructions.
 | |
| 
 | |
| message:  db 'hello, world',13,10,'$'
 | |
| 
 | |
| %include "inc2.asm"
 |