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,16 @@
.org $2000
.proc s1
symbol := $1
stx s1::s2::symbol
stx s2_symbol
.scope s2
symbol: .byte 0
.endscope
s2_symbol := s2::symbol
.endproc