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,20 @@
ca65 Vx.xx - Git XXXXXXXXX
Main file : 310-create-in-current-scope.s
Current file: 310-create-in-current-scope.s
000000r 1 .scope main
000000r 1 .proc foo
000000r 1
000000r 1 ;; should all be the same
000000r 1 AD rr rr lda params__bar
000003r 1 AD rr rr lda params::bar
000006r 1 AD rr rr lda foo::params::bar
000009r 1
000009r 1 .proc params
000009r 1 00 bar: .byte 0
00000Ar 1 .endproc
00000Ar 1 params__bar := params::bar
00000Ar 1
00000Ar 1 .endproc
00000Ar 1 .endscope
00000Ar 1