mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 17:48:08 +00:00
Add numeric label support to assembler
This commit is contained in:
parent
5d4b884e64
commit
e34907025d
7 changed files with 224 additions and 9 deletions
|
@ -37,6 +37,8 @@ enum class TokenType
|
|||
Gt,
|
||||
Eq,
|
||||
So,
|
||||
NumLabFwd,
|
||||
NumLabBwd,
|
||||
// EOL signifies boundaries between instructions, a la ';'
|
||||
Eol,
|
||||
Eof,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue