index register

This commit is contained in:
Mark Canlas 2024-01-17 10:08:52 -05:00
parent a3d8513612
commit 29efb32781
1 changed files with 3 additions and 0 deletions

View File

@ -12,5 +12,8 @@ object RegisterAllocatorSuite extends FunSuite:
test("Allocates CPU registers first, then zero page, then global"):
expect.eql("TODO", "TODO")
test("A single-byte register can specifically be an index register"):
expect.eql("TODO", "TODO")
test("A register can be allocated to a two-byte width, always a memory register"):
expect.eql("TODO", "TODO")