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