7 lines
156 B
ArmAsm
7 lines
156 B
ArmAsm
bar = 3
|
|
|
|
.scope foo
|
|
bar = 2
|
|
lda #::bar ; Access the global bar (which is 3)
|
|
.endscope
|