mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Add numeric label support to assembler
This commit is contained in:
@ -37,6 +37,8 @@ enum class TokenType
|
||||
Gt,
|
||||
Eq,
|
||||
So,
|
||||
NumLabFwd,
|
||||
NumLabBwd,
|
||||
// EOL signifies boundaries between instructions, a la ';'
|
||||
Eol,
|
||||
Eof,
|
||||
|
Reference in New Issue
Block a user