12
test/asm/listing/ref/302-scope-redefined.list-ref
Normal file
12
test/asm/listing/ref/302-scope-redefined.list-ref
Normal file
@@ -0,0 +1,12 @@
|
||||
ca65 Vx.xx - Git XXXXXXXXX
|
||||
Main file : 302-scope-redefined.s
|
||||
Current file: 302-scope-redefined.s
|
||||
|
||||
000000r 1 .scope outer
|
||||
000000r 1 foo = $1234
|
||||
000000r 1 .scope inner
|
||||
000000r 1 BD 12 00 lda foo,x
|
||||
000003r 1 foo = $12
|
||||
000003r 1 .endscope
|
||||
000003r 1 .endscope
|
||||
000003r 1
|
||||
Reference in New Issue
Block a user