Handbook
Glossary
%abs-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:
%abs-vector
cpu
( dst src rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%abs-vector
3drop
;
USING:
combinators
cpu.architecture
cpu.x86.assembler
system
;
M:
x86
%abs-vector
{
{
char-16-rep
[
PABSB
]
}
{
short-8-rep
[
PABSW
]
}
{
int-4-rep
[
PABSD
]
}
}
case
;