Allow REDEF for EQU constants

Fixes #853
This commit is contained in:
Rangi
2021-04-25 21:06:19 -04:00
committed by Eldred Habert
parent ee67f1039c
commit 8e4ba8d2e4
15 changed files with 99 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
SECTION "sec", ROM0[0]
db X
db x1, x2, y1, y2
X = 2
def x1 = 1
redef x2 = 2
def y1 equ 3
redef y2 equ 4