mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-15 15:27:19 +00:00
whitespace
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user