mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Removal of colon-less labels lifted the grammar ambiguity that prevented `RL` from being usable as a variable declarator. Thus, reinstate its functionality.
17 lines
136 B
Plaintext
17 lines
136 B
Plaintext
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
|