Handbook
Glossary
stack-reg ( -- reg )
Vocabulary
cpu
.
x86
Inputs
None
Outputs
reg
a register symbol
Word description
Symbol of the machine register that holds the (cpu) stack address.
Definition
USING:
system
;
IN:
cpu.x86
HOOK:
stack-reg
cpu
( -- reg )
Methods
USING:
cpu.x86
cpu.x86.assembler.operands
system
;
M:
x86.64
stack-reg
RSP
;