mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
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>
This commit is contained in:
parent
c3ba3acf70
commit
aac7c0c174
@ -14,4 +14,4 @@
|
||||
pop ss
|
||||
pop es
|
||||
pop ds
|
||||
; pop cs ; 8086 only, not implemented
|
||||
pop cs ; 8086 only, does not disassemble
|
||||
|
Loading…
Reference in New Issue
Block a user