immediate-arithmetic? ( n -- ? )


Vocabulary
cpu.architecture

Definition
USING: system ;

IN: cpu.architecture

HOOK: immediate-arithmetic? cpu ( n -- ? )


Methods
USING: cpu.architecture math.order system ;

M: x86 immediate-arithmetic? -2147483648 2147483647 between? ;