mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
more split array stuff
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user