repo.or.cz
/
nasm
/
sigaren-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update copyright year to 2012
[nasm/sigaren-mirror.git]
/
test
/
pushseg.asm
blob
7bd7c95516d14f5a2157819aec0135f8016ba4b7
1
;Testname=test; Arguments=-fbin -opushseg.bin; Files=stdout stderr pushseg.bin
2
3
bits
16
4
5
push
cs
6
push
ds
7
push
es
8
push
ss
9
push
fs
10
push
gs
11
12
pop
gs
13
pop
fs
14
pop
ss
15
pop
es
16
pop
ds
17
pop
cs
; 8086 only, does not disassemble