mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-18 12:30:22 +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"):
|
test("Allocates CPU registers first, then zero page, then global"):
|
||||||
expect.eql("TODO", "TODO")
|
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"):
|
test("A register can be allocated to a two-byte width, always a memory register"):
|
||||||
expect.eql("TODO", "TODO")
|
expect.eql("TODO", "TODO")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user