mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Make = a separate token from SET
This does break backwards compat, but if anyone complains I'm gonna be mad
This commit is contained in:
@@ -540,7 +540,7 @@ const struct sLexInitString lexer_strings[] = {
|
||||
|
||||
/* Handled before in list of CPU instructions */
|
||||
/* {"set", T_POP_SET}, */
|
||||
{"=", T_POP_SET},
|
||||
{"=", T_POP_EQUAL},
|
||||
|
||||
{"pushs", T_POP_PUSHS},
|
||||
{"pops", T_POP_POPS},
|
||||
|
||||
Reference in New Issue
Block a user