• converting to uppercase
    iam trying to convert the char i received to uppercase if it is lowercase if not leave it asit is . igot this code from net. but unable to understand why they added #224 at the end. org 0000h ...
  • convert hex file into c language or assembly language
    Respected Sir, I would like to know how we can convert hex file into c language back. and by which software can be done. thanks
  • 6809 to 8051 assembly language converter
    I have a potential customer that is interested in porting a 6809 application to the 8051. His 6809 code is all assembly. Does anyone know of any tools that can help him do this?
  • uVision 3 : Make uppercase affects entire file
    When I right-click in the editor and select Advanced -> Make Uppercase, it has a bit of a tendency to make the entire file uppercase, even if I only selected a small part of it. The editor also...
  • armcc assembler
    Hi in assembler file I have // RO_BASE = 0x78000000 funcName DCD FooEntry - . + . what does it mean "minus dot plus dot"?