Skip to content

Commit

Permalink
Add accumulator register to token module test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleury committed Jan 20, 2024
1 parent 4521be5 commit dd6ee2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token/token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func TestLookupIdent(t *testing.T) {
{"POPA", token.INSTRUCTION},
{"JUMP", token.INSTRUCTION},
{"JXNZ", token.INSTRUCTION},
{"A", token.REGISTER},
{"X", token.REGISTER},
{"Y", token.REGISTER},
{"test", token.IDENT},
Expand Down

0 comments on commit dd6ee2c

Please sign in to comment.