Handbook
Glossary
zero-extendable? ( imm -- ? )
Vocabulary
cpu
.
x86
.
assembler
.
private
Inputs
imm
an
integer
Outputs
?
a
boolean
Word description
All positive 32-bit numbers are zero extendable except for 0 which is the value used for relocations.
Definition
USING:
math
math.order
;
IN:
cpu.x86.assembler.private
:
zero-extendable?
( imm -- ? )
1 32
2^
1
-
between?
;