Handbook
Glossary
%integer>scalar ( dst src rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%integer>scalar
cpu
( dst src rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%integer>scalar
3drop
;
USING:
cpu.architecture
cpu.x86.assembler
kernel
system
;
M:
x86
%integer>scalar
drop
MOVD
;