mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
5b39461178
Distinguish instructions which have once been valid (OBSOLETE) from those that never saw the light of day (NEVER). Futhermore, flag instructions which devolve to an architectural noop from those with undefined behavior and possibly recycled opcodes. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
13 lines
87 B
NASM
13 lines
87 B
NASM
bits 16
|
|
|
|
cpu 8086
|
|
pop cs
|
|
mov cs,ax
|
|
|
|
cpu 386
|
|
pop cs
|
|
mov cs,ax
|
|
|
|
cpu any
|
|
pcommit
|