zero-extendable? ( imm -- ? )


Vocabulary
cpu.x86.assembler.private

Inputs
imman 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