This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Accessing the Debug Console screen using Assembly Language.



Hello Everyone,

I am trying to access the Debug Console screen (CIO) by using Assembly Language only.

Can it be done directly using just assembly language? It is simple to do this in C++ by using stdio library and Getchar/Putchar, but I can't seem to call the subroutines from assembly language source. 

I was in the process of just converting / copying the assembly language out of the stdio library directly into my app, but it seems to be way to much code just to use the console.

Any ideas or suggestions on how this can be done?

Thanks !!

Chris