Somewhat more clever way to generate the %use guard macros
[nasm/autotest.git] / test / testdos.asm
blob4fdf87b69fde29d66fa8068cd687fd3a672f75be
1 ;Testname=test; Arguments=-fbin -otestdos.bin; Files=.stdout .stderr testdos.bin
3 ; This file was known to miscompile with the 16-bit NASM built
4 ; under Borland C++ 3.1, so keep it around for testing...
6 ; The proper output looks like:
8 ; 00000000 A10300
9 ; 00000003 EA0000FFFF
11 org 0100h
12 mov ax,[3]
13 jmp 0FFFFh:0000