Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

transmit characters using assembly language

Status
Not open for further replies.

pancy

Technical User
Jan 23, 2004
17
HK
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.


Walid Magd
Engwam@Hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top