I am using the Motorola 68HC912 MCU Board. Could anyone kindly tell me how I can transmit/print characters? Like in Visual Basic, we use CHR$(65) to transmit an "A". I need to transmit from CHR$(0) up to CHR$(255) using assembly language.
Thank you very much!
The output functions are not standard to assembly language; each platform (Microprocessor + Operating system) has its own configurations and memory maps etc.
Read the examples in the board manual, defiantly you will find text output example there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.