mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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>
12 lines
87 B
NASM
12 lines
87 B
NASM
bits 16
|
|
|
|
cpu 8086
|
|
pop cs
|
|
mov cs,ax
|
|
|
|
cpu 386
|
|
pop cs
|
|
mov cs,ax
|
|
|
|
cpu any
|
|
pcommit
|