Handbook
Glossary
%xor-imm ( dst src1 src2 -- )
CPU architecture description model
Prev:
%xor ( dst src1 src2 -- )
Next:
%call ( word -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src1
an
object
src2
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%xor-imm
cpu
( dst src1 src2 -- )
Methods
USING:
cpu.architecture
cpu.arm.64.assembler
kernel
system
;
M:
arm.64
%xor-imm
spin
EORi
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
system
;
M:
x86
%xor-imm
int-rep
two-operand
XOR
;