Starting to look at Nuon dev stuff again, I would like to get printf working, to get a log of output.
Searching on Discord:
cubanismo: I'm not aware of a printf-debug mechanism in Nuance.
cubanismo: Right now you can use DebugWS() I believe to write stuff onto the screen.
Here is what I've found:
I was looking at the nm mapfile:
vmnm -f sysv -n test.cof > vmnm.txt
and found:
_kprintf |80000488| A |
It's from:
lib/librombios.a
But with no header reference.
The...
Read more
Searching on Discord:
cubanismo: I'm not aware of a printf-debug mechanism in Nuance.
cubanismo: Right now you can use DebugWS() I believe to write stuff onto the screen.
Here is what I've found:
I was looking at the nm mapfile:
vmnm -f sysv -n test.cof > vmnm.txt
and found:
_kprintf |80000488| A |
It's from:
lib/librombios.a
But with no header reference.
The...
Read more