Handbook
Glossary
INT ( n -- )
Vocabulary
cpu
.
x86
.
assembler
Inputs
n
an
object
Outputs
None
Definition
USING:
cpu.x86.assembler.private
kernel
make
;
IN:
cpu.x86.assembler
:
INT
( n -- )
dup
3
=
[
drop
204
,
]
[
205
,
1,
]
if
;