Changes

CP/M 2.2

100 bytes added, 12:05, 15 December 2019
/* Console Output */
==== Console Output ====
Console output (via BDOS functions) ultimately uses TXT OUTPUT so executes has the potential to execute firmware control codes and displays display CPC firmware characters.
However, BDOS function 2 (Console output) , which has control before TXT OUTPUT, looks for some specific characters and will perform specific processing regardless of whether it is part of a control character sequence or not.
One of these is Fore example, Console Output looks for TAB (&09).
Therefore use BDOS function 6 (Direct console input/output) to avoid this processing. Therefore With this function you can use the control codes to define windows, change modes, change colours etc.
==== Serial number ====
2,541
edits