Handbook
Glossary
x86? ( object -- ? )
Vocabulary
system
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
x86
class.
Definition
USING:
kernel
;
IN:
system
:
x86?
( object -- ? )
dup
x86.64?
[
drop
t
]
[
x86.32?
]
if
;