This commit is contained in:
Mark Canlas 2022-08-03 09:15:09 -04:00
parent 47bacfc217
commit 4aa50a3741

View File

@ -26,3 +26,7 @@ class FeatureSpec extends AnyFunSuite with Matchers:
ReadWriteAddress(Address.zero(0x01))
.write(2)[Y] shouldBe "LDY 2 STY 1"
}
ignore("the write payload is a typesafe enum") {}
ignore("initializations of the same value and register are aggregated") {}