Handbook
Glossary
64-gr-rep? ( object -- ? )
Vocabulary
cpu
.
arm
.
64
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
64-gr-rep
class.
Definition
USING:
cpu.architecture
kernel
;
IN:
cpu.arm.64
:
64-gr-rep?
( object -- ? )
dup
tagged-rep?
[
drop
t
]
[
int-rep?
]
if
;