Disallow "." as a local label

Fixes #760
This commit is contained in:
Rangi
2021-02-23 19:31:58 -05:00
committed by Eldred Habert
parent d4028fff10
commit 3c5e1caa7c
10 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
SECTION "sec", ROM0
foo:
add sp, .bar ; rgblink gives an "Unknown symbol" error here