mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
27 lines
221 B
NASM
27 lines
221 B
NASM
bits 16
|
|
|
|
clzero
|
|
clzero ax
|
|
clzero eax
|
|
%ifdef ERROR
|
|
clzero rax
|
|
%endif
|
|
|
|
bits 32
|
|
|
|
clzero
|
|
clzero ax
|
|
clzero eax
|
|
%ifdef ERROR
|
|
clzero rax
|
|
%endif
|
|
|
|
bits 64
|
|
|
|
clzero
|
|
%ifdef ERROR
|
|
clzero ax
|
|
%endif
|
|
clzero eax
|
|
clzero rax
|