Handbook
Glossary
%and ( dst src1 src2 -- )
CPU architecture description model
Prev:
%neg ( dst src -- )
Next:
%and-imm ( dst src1 src2 -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src1
an
object
src2
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%and
cpu
( dst src1 src2 -- )
Methods
USING:
cpu.architecture
cpu.arm.64.assembler
kernel
system
;
M:
arm.64
%and
rot
ANDr
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
system
;
M:
x86
%and
int-rep
two-operand
AND
;