more split array stuff

This commit is contained in:
Irmen de Jong
2023-05-26 22:56:12 +02:00
parent 91d87c2d9b
commit c94e292176
20 changed files with 278 additions and 91 deletions

View File

@@ -730,7 +730,7 @@ internal class ProgramAndVarsGen(
val number = it.number!!.toInt()
"$" + number.toString(16).padStart(4, '0')
}
DataType.ARRAY_W, DataType.ARRAY_W_SPLIT -> array.map {
in SplitWordArrayTypes -> array.map {
val number = it.number!!.toInt()
val hexnum = number.absoluteValue.toString(16).padStart(4, '0')
if(number>=0)