mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-17 21:32:23 +00:00
whitespace
This commit is contained in:
parent
556c60eccc
commit
47bacfc217
@ -16,7 +16,7 @@ class FeatureSpec extends AnyFunSuite with Matchers:
|
||||
.write(2)[A] shouldBe "LDA 2 STA 1"
|
||||
}
|
||||
|
||||
test("writing to an address can use A, X, and Y registers for bouncing ") {
|
||||
test("writing to an address can use A, X, and Y registers for bouncing") {
|
||||
ReadWriteAddress(Address.zero(0x01))
|
||||
.write(2)[A] shouldBe "LDA 2 STA 1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user