标签: memory-address x86-16
我遇到的问题是这个汇编代码来自type of memory addressing:
mov dx,offset msg msg db“hello $”
mov dx,offset msg
msg db“hello $”
其中 msg 是变量。