NASM: Far Call with Segment and Offset Stored in Registers

前端 未结 3 684
生来不讨喜
生来不讨喜 2021-01-22 23:56

I\'ve got the code segment and the offset values stored in two registers, say AX and BX respectively. In NASM how can I encode a far call to AX:B

3条回答
提交回复
热议问题