Handbook
Glossary
canonicalize-EBP ( indirect -- indirect )
Vocabulary
cpu
.
x86
.
assembler
.
operands
.
private
Inputs
indirect
an
object
Outputs
indirect
an
object
Definition
USING:
accessors
cpu.x86.assembler.operands
kernel
sequences
;
IN:
cpu.x86.assembler.operands.private
:
canonicalize-EBP
( indirect -- indirect )
dup
[
base>>
{
EBP
RBP
R13
}
member?
]
[
displacement>>
not
]
bi
and
[
0
>>displacement
]
when
;