insns.dat: no subheader for "must be last"
[nasm/autotest.git] / test / testdos.asm
blobf03e52d093534a12e50d337d71c2073456dec423
2 ; This file was known to miscompile with the 16-bit NASM built
3 ; under Borland C++ 3.1, so keep it around for testing...
5 ; The proper output looks like:
7 ; 00000000 A10300
8 ; 00000003 EA0000FFFF
10 org 0100h
11 mov ax,[3]
12 jmp 0FFFFh:0000