nasm/test/obsolete.asm
H. Peter Anvin (Intel) 5b39461178 obsolete handing: handle a few more subcases in a useful way
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>
2019-08-09 14:52:16 -07:00

13 lines
87 B
NASM

bits 16
cpu 8086
pop cs
mov cs,ax
cpu 386
pop cs
mov cs,ax
cpu any
pcommit