Handbook
Glossary
add/sub-immediate? ( object -- ? )
Vocabulary
cpu
.
arm
.
64
.
assembler
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
add/sub-immediate
class.
Definition
USING:
kernel
;
IN:
cpu.arm.64.assembler
:
add/sub-immediate?
( object -- ? )
dup
shifted-add/sub-immediate?
[
drop
t
]
[
unshifted-add/sub-immediate?
]
if
;