Hi,
The generated objectlist.c file does not work with records (and possibly arrays?) containing more than 9 values.
The cause of the error is that the subindex_padded function in src/generators/objectlist.js returns a decimal value instead of hexadecimal.
Hi,
The generated
objectlist.cfile does not work with records (and possibly arrays?) containing more than 9 values.The cause of the error is that the
subindex_paddedfunction insrc/generators/objectlist.jsreturns a decimal value instead of hexadecimal.