mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			320 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			320 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| ;Testname=test; Arguments=-fbin -otestdos.bin; Files=stdout stderr testdos.bin
 | |
| ;
 | |
| ; This file was known to miscompile with the 16-bit NASM built
 | |
| ; under Borland C++ 3.1, so keep it around for testing...
 | |
| ;
 | |
| ; The proper output looks like:
 | |
| ;
 | |
| ; 00000000 A10300
 | |
| ; 00000003 EA0000FFFF
 | |
| ;
 | |
| 	org 0100h
 | |
| 	mov ax,[3]
 | |
| 	jmp 0FFFFh:0000
 |