Handbook
Glossary
%branch ( label cc -- )
Vocabulary
cpu
.
x86
Inputs
label
an
object
cc
an
object
Outputs
None
Definition
USING:
combinators
compiler.cfg.comparisons
cpu.x86.assembler
;
IN:
cpu.x86
:
%branch
( label cc -- )
order-cc
{
{
cc<
[
JL
]
}
{
cc<=
[
JLE
]
}
{
cc>
[
JG
]
}
{
cc>=
[
JGE
]
}
{
cc=
[
JE
]
}
{
cc/=
[
JNE
]
}
}
case
;