Handbook
Glossary
%scalar>vector ( 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:
%scalar>vector
cpu
( dst src rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%scalar>vector
3drop
;
USING:
cpu.architecture
system
;
M:
x86
%scalar>vector
%copy
;