Tests for scopes and issue #479 / PR #1358

This commit is contained in:
Joshua Bell
2025-08-21 09:54:45 -07:00
parent 2454ab831c
commit 939276669f
37 changed files with 326 additions and 0 deletions

View 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