A local label starting with a keyword (e.g. jr.local) is an error

This commit is contained in:
Rangi
2025-10-08 12:21:07 -04:00
parent 837f552987
commit 089fc11e31
3 changed files with 27 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
error: Identifier "call.local2" begins with a keyword; did you mean to put a space between them?
at keyword-global.asm(3)
Assembly aborted with 1 error!