Log Printf - A Much Faster Way to Work
To get log printf working add this to the top
#include <std.h>
#include <log.h>
extern far LOG_Obj fastOutputBuffer;
Now edit the .cmd (or .cfg) file add a LOG object and rename it fastOutputBuffer
Compile the project
Then go to Tools -> DSP/BIOS -> Message Window -> Properties -> Add fastOutputBuffer
Then load and run the program.
The results will appear in the message window.
For further information and an example see:
Page 6-22
You have to make sure that the output buffer is big enough to hold the words of output required. Set it to at least 512 for a %d %d of a 128 element buffer.