nicksolark
Results
2
issues of
nicksolark
I wanted to use the UniFlash (linux version) program from Ti on my Rasp Pi. However, it seems to use GTK which is not supported (directly, yet) by box64. There...
Could there be a simple way to emulate printf? Not the exact syntax, but the idea. `DEBUG("variable x value is {0} and y variable is {0}", x, y);` not sure...