6
test/asm/listing/305-explicit-scope-reference.s
Normal file
6
test/asm/listing/305-explicit-scope-reference.s
Normal file
@@ -0,0 +1,6 @@
|
||||
bar = 3
|
||||
|
||||
.scope foo
|
||||
bar = 2
|
||||
lda #::bar ; Access the global bar (which is 3)
|
||||
.endscope
|
||||
Reference in New Issue
Block a user