factor/basis/cpu/x86/64/64-docs.factor

13 lines
378 B
Factor

USING: help.markup help.syntax math ;
IN: cpu.x86.64
HELP: vm-reg
{ $values { "reg" "a register symbol" } }
{ $description
"Symbol of the machine register that holds the address of the virtual machine."
} ;
HELP: param-reg
{ $values { "n" number } { "reg" "a register symbol" } }
{ $description "Symbol of the machine register for the nth function parameter (0-based)." } ;