Why can't I declare a variable that takes the value of a dereferenced variable in Assembly?

后端 未结 0 1362
旧巷少年郎
旧巷少年郎 2020-12-03 03:51

In assembly(x86 NASM), it is perfectly okay to do this

a dd 17h
a2 dd a

with these 2 lines of code in the data segment I declare a doubleword

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