mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-10-31 21:07:39 +00:00
index register
This commit is contained in:
parent
a3d8513612
commit
29efb32781
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user