how to reference global variable from C that was defined in .asm file in visual studio

前端 未结 0 726
你的背包
你的背包 2021-01-26 11:52

I have a .asm file that defines variable foo

file.asm:

.data
foo DWORD 0

.code
{ ... }

I want to reference foo

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