Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/16/09 18:25
Read: times


 
#164673 - double codes?
Responding to: ???'s previous message
M.b Shrynikjain said:
problem is when i give decimal or hexa decimal values to send it is displaying unknown values in terminal

Remember that a terminal will only display printable ASCII codes - they are in the range 0x20-0x7F: http://www.asciichart.com/ascii_hexadecimal.html

if i give double codes it is displaying for example
mov a,#"a"

Do you means "double quotes"?

You need to check your assembler manual for the correct notation to use for character constants...


List of 4 messages in thread
TopicAuthorDate
serial communication            01/01/70 00:00      
   code loks fair, but            01/01/70 00:00      
   double codes?            01/01/70 00:00      
      ASCII an old standard            01/01/70 00:00      

Back to Subject List