• Long Hex ASCII string to decimal ASCII
    Using the C51 tools, I am trying to convert a long Hex number, entered as an ASCII string, to its decimal equivalent. For example: the string could be: "ABCDEF1234565" And I would need to convert...
  • Long Hex ASCII string to decimal ASCII
    Using the C51 tools, I am trying to convert a long Hex number, entered as an ASCII string, to its decimal equivalent. For example: the string could be: "ABCDEF1234565" And I would need to convert...
  • ascii to hex
    I am trying to display what ever I press on key board in reg A. Its working unto 0to9 and ‘A’to ‘F’. But ia m unable to get the logic beyond that Can any one help me
  • ascii to hex
    I am trying to display what ever I press on key board in reg A. Its working unto 0to9 and ‘A’to ‘F’. But ia m unable to get the logic beyond that Can any one help me
  • Hex to ascii conversion
    Hi, I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30...