• Binary
    How do you represent the number 23 as an 8 bit binary number?
  • Binary
    how many gigabytes in a terabyte?
  • Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?
  • Question on constants
    Hallo, i have not understand the difference of locating constants in the following example: Txt1 is located in Rom, while Txt2 (declared inside a function) is a variable in Ram and will be copied in...
  • Debug binary
    I have a binary file which is a flash image. I have lost the source file and I need to debug it. Is keil capable to debug binary without source either on hardware or simulator? If no how can I do it...