2008-10-08 23:30:41 -07:00
|
|
|
;Testname=test; Arguments=-fbin -opushseg.bin; Files=stdout stderr pushseg.bin
|
|
|
|
|
|
|
|
bits 16
|
|
|
|
|
|
|
|
push cs
|
|
|
|
push ds
|
|
|
|
push es
|
|
|
|
push ss
|
|
|
|
push fs
|
|
|
|
push gs
|
|
|
|
|
|
|
|
pop gs
|
|
|
|
pop fs
|
|
|
|
pop ss
|
|
|
|
pop es
|
|
|
|
pop ds
|
2008-10-08 23:32:33 -07:00
|
|
|
pop cs ; 8086 only, does not disassemble
|