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