I have a .asm file that defines variable foo
foo
file.asm:
.data foo DWORD 0 .code { ... }
I want to reference foo