more 6502 codegen on new Pt-AST.

This commit is contained in:
Irmen de Jong
2023-01-07 15:25:33 +01:00
parent 5e8f767642
commit b2cb125bd4
32 changed files with 389 additions and 268 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ internal object DummyStringEncoder : IStringEncoding {
return emptyList()
}
override fun decodeString(bytes: List<UByte>, encoding: Encoding): String {
override fun decodeString(bytes: Iterable<UByte>, encoding: Encoding): String {
return ""
}
}