18
test/asm/listing/307-scope-chains.s
Normal file
18
test/asm/listing/307-scope-chains.s
Normal file
@@ -0,0 +1,18 @@
|
||||
.scope foo
|
||||
.scope outer
|
||||
.scope inner
|
||||
bar = 1
|
||||
.endscope
|
||||
.endscope
|
||||
.scope another
|
||||
.scope nested
|
||||
lda #outer::inner::bar ; 1
|
||||
.endscope
|
||||
.endscope
|
||||
.endscope
|
||||
|
||||
.scope outer
|
||||
.scope inner
|
||||
bar = 2
|
||||
.endscope
|
||||
.endscope
|
||||
Reference in New Issue
Block a user