aboutsummaryrefslogtreecommitdiffstats
path: root/test/pushseg.asm
blob: 7bd7c95516d14f5a2157819aec0135f8016ba4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;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
	pop cs		; 8086 only, does not disassemble