Handbook
Glossary
integer-literal? ( object -- ? )
Vocabulary
cpu
.
arm
.
64
.
assembler
.
opcodes
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
integer-literal
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
cpu.arm.64.assembler.opcodes
:
integer-literal?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
integer-literal
eq?
]
[
drop
f
]
if
;