Add numeric label support to assembler

This commit is contained in:
vyuuui
2025-03-24 07:16:14 -07:00
parent 5d4b884e64
commit e34907025d
7 changed files with 224 additions and 9 deletions

View File

@ -37,6 +37,8 @@ enum class TokenType
Gt,
Eq,
So,
NumLabFwd,
NumLabBwd,
// EOL signifies boundaries between instructions, a la ';'
Eol,
Eof,