mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 16:27:47 +00:00
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:
16
test/asm/rs.out
Normal file
16
test/asm/rs.out
Normal 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
|
||||
Reference in New Issue
Block a user