summaryrefslogtreecommitdiff
path: root/travis/test/testdos.asm
blob: eba900bec2eee15359e64a84b407388617a9f9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
; 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