I want to far jump:
jmp 0x0000:0x7EA5
That works fine. However, I want to store the 0x0000
segment and 0x7EA5
offset, then use that stored value instead of hardcoding 0x0000:0x7EA5
.
Is that even possible? I'm pretty new to assembly, so I'm not sure if it's even possible.