Handbook
Glossary
%compare-integer-imm-branch ( label cc src1 src2 -- )
Vocabulary
cpu
.
architecture
Inputs
label
an
object
cc
an
object
src1
an
object
src2
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%compare-integer-imm-branch
cpu
( label cc src1 src2 -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%compare-integer-imm-branch
4drop
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
system
;
M::
x86
%compare-integer-imm-branch
( label src1 src2 cc -- )
src1 src2
CMP
label cc
%branch
;