[user@Debian-12] ~/nasm >>> ./nasm -v
NASM version 3.02 compiled on Aug 11 2026
[user@Debian-12] ~/nasm >>> ./nasm -f elf64 ../AmmAsm/input.asm -o a.o
../AmmAsm/input.asm:7: warning: label `rdpru' alone on a line without a colon might be in error [-w+label-orphan]
[user@Debian-12] ~/nasm >>>