Allow :: to join instructions *and* data declarations (#1785)

This commit is contained in:
Rangi
2025-08-11 08:04:42 -04:00
committed by GitHub
parent 2130a5ba1f
commit 978e832914
4 changed files with 66 additions and 62 deletions

View File

@@ -9,3 +9,5 @@ Label: nop :: call z, .local :: ld b, a
Label2::jr Label2::ret
.local2::call nz, .local2::ret
Label3:: db 1, 2 :: dw 3, 4 :: dl 5, 6 :: ds 7, 8 :: ret