0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00
Files
nasm/test/jcchint.asm
H. Peter Anvin 80225b4722 Add support for the {pt} and {pn} branch hint prefixes
Add support for the {pt} and {pn} branch hint prefixes, now when they
are no longer orphanned...

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2025-09-02 16:29:46 -07:00

13 lines
137 B
NASM

bits 64
here:
cs jz there
ds jz there
{pt} jz there
{pn} jz there
es jz there
ss jz there
there:
{pt} jmp there
{pn} jmp there