summaryrefslogtreecommitdiff
path: root/test/obsolete.asm
blob: 6174fc4c08080e02d42b13c49f7f04df67c37283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	bits 16

	cpu 8086
	pop cs
	mov cs,ax

	cpu 386
	pop cs
	mov cs,ax

	cpu any
	pcommit