Reinstate RL into the _RS family

Removal of colon-less labels lifted the grammar ambiguity that
prevented `RL` from being usable as a variable declarator.
Thus, reinstate its functionality.
This commit is contained in:
ISSOtm
2021-01-11 01:37:36 +01:00
parent 5be1c0da62
commit 57b734a7df
5 changed files with 61 additions and 3 deletions

16
test/asm/rs.out Normal file
View File

@@ -0,0 +1,16 @@
a1 = $0
a2 = $1
a3 = $3
_RS = $7
b1 = $7
b2 = $8
b3 = $A
_RS = $E
c1 = $2A
c2 = $2B
c3 = $2D
_RS = $31
d1 = $0
d2 = $1
d3 = $3
_RS = $7