• 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 assembly to Keil C
    Assembly code for reading internal EEPROM of AT89S8252: WMCON DATA 96h ; watchdog and memory control register EEMEN EQU 00001000b ; EEPROM access enable bit EEMWE EQU 00010000b ; EEPROM write enable...
  • Converting C codes to Assembly
    Hi, I have converted some of my C codes to assembly codes (*.a51) in my project. I would like to know if I need to specify it in the A51 window under the Options for Target settings.
  • assembly code to hex
    hi is there a disassembler in keil... actually i wan to know if i give a hex file to keil software is there any provision to convert it to assembly code?
  • Object to Hex Converter does not run
    I am using the CMX operating system within my application and now when I try and link, I get linker warnings. In talking with CMX, the linker warnings are normal (they are overlaying interrupts). However...