Handbook
Glossary
register-class? ( object -- ? )
Vocabulary
cpu.arm32.assembler.private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
register-class
class.
Definition
USING:
kernel
words
;
IN:
cpu.arm32.assembler.private
:
register-class?
( object -- ? )
dup
word?
[
register
>boolean
]
[
drop
f
]
if
;