#47028 - ProblemBaby - Mon Jul 04, 2005 1:29 am
Ive to variables and I want them to have same location in memory how do I write that in asm.
Now I want Var2 to have the same address as Var1
| Code: |
|
.global Var1 Var1: .zero 64 |
Now I want Var2 to have the same address as Var1