repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
%{_arch} doesn't work with newer RPMs; use %{_target_cpu} instead
[nasm.git]
/
test
/
testdos.asm
blob
f03e52d093534a12e50d337d71c2073456dec423
1
;
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...
4
;
5
; The proper output looks like:
6
;
7
; 00000000 A10300
8
; 00000003 EA0000FFFF
9
;
10
org
0100h
11
mov
ax
,[
3
]
12
jmp
0FFFFh:
0000