factor/basis/cpu/x86/assembler/operands/operands-docs.factor

7 lines
259 B
Factor
Raw Normal View History

2014-05-26 07:26:00 -04:00
USING: cpu.x86.assembler.operands.private help.markup help.syntax math ;
IN: cpu.x86.assembler.operands
HELP: [RIP+]
{ $values { "displacement" number } { "indirect" indirect } }
{ $description "Creates an indirect operand relative to the RIP register." } ;