7
test/asm/listing/301-nested-scopes.s
Normal file
7
test/asm/listing/301-nested-scopes.s
Normal file
@@ -0,0 +1,7 @@
|
||||
.scope outer
|
||||
foo = 2
|
||||
.scope inner
|
||||
lda #foo
|
||||
foo = 3
|
||||
.endscope
|
||||
.endscope
|
||||
Reference in New Issue
Block a user