immediate-bitwise? ( n -- ? )
CPU architecture description model

Prev:immediate-arithmetic? ( n -- ? )
Next:immediate-comparand? ( n -- ? )


Vocabulary
cpu.architecture

Inputs
na number


Outputs
?a boolean


Word description
Can this value be an immediate operand for %and-imm, %or-imm, or %xor-imm?

Definition


Methods