test/pushseg.asm: add "pop cs"
commitaac7c0c174d4624a075b89e0547f846f985e5553
authorH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 06:32:33 +0000 (8 23:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 06:32:33 +0000 (8 23:32 -0700)
treebc66db5abbeafbd30a268ee0e3f2a3ef484ceeb6
parentc3ba3acf70cb9d1ea8c52da3b4024ffb8da285b2
test/pushseg.asm: add "pop cs"

"pop cs" is an 8086-only opcode; we support it for assembly but not
for disassembly.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
test/pushseg.asm