??? 07/07/08 00:46 Read: times |
#156443 - loading the SBUF shortcut? |
I have to print out some of the data collected by my 8051 design. Loading that data and sending it to the printer appears to be no problem but there are sentences of other text I have to include. Using assembly code is there a shortcut to loading this related text?
For example, instead of loading the SBUF with each ASCII character is there a way to make a string of ASCII characters and have them loaded and sent. Like LOAD SBUF, 'H','E','L','L','O' to get "hello" to print? |