7
test/asm/listing/303-change-addressing-mode-error.s
Normal file
7
test/asm/listing/303-change-addressing-mode-error.s
Normal file
@@ -0,0 +1,7 @@
|
||||
.scope outer
|
||||
foo = $12
|
||||
.scope inner
|
||||
lda foo,x
|
||||
foo = $1234
|
||||
.endscope
|
||||
.endscope
|
||||
Reference in New Issue
Block a user