Im having trouble understanding how the address location is determined when decoding from assembly to Y86. In the example,
0x030
0x030: 6300 # xorq %rax , %rax
0x032: 50030001000000000000 # mrmovq 0x100(%rax ) , %rbx
0x03c: 50010002000000000000 # mrmovq 0x200(%rax ) , %rcx
how does the address location go from 0x030 to 0x032 to 0x03c? What is the equation for determining how much the location is increased by?