moving string offset to registers in NASM

后端 未结 0 862
迷失自我
迷失自我 2020-12-14 18:28

I am trying to move an offset of a "variable" to a register:

jmp start:

input_word dw "okok$"

start:
    mov bx, 0x95a0
    mov ax, offs         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题