Vocabularycpu.
x86.
assembler.
operandsInputsOutputsWord descriptionCreates an indirect operand relative to the RIP register.
ExamplesUSING: cpu.x86.assembler cpu.x86.assembler.operands make tools.disassembler ;
[ 0x1234 [RIP+] EAX MOV ] B{ } make disassemble
00000000015cef50: 890534120000 mov [rip+0x1234], eax
Definition