• Making .asm file from .c file
    Hi, How can I produce an assembly file from a C or Hex file in Keil? Thanks in advance
  • File access from the MMC
    Hi, I have been working on LPC2478 with the uvision IDE. Right now I am trying to bring a file on the SD card and open it in the web browser. I already have a function that extracts the required data...
  • xdata access by #define
    I have to read a flash written by another program and am provided a file looking like this // data locations #define data1 0 #define data2 data1+0x100 ... I would like to use the file 'as is" but...
  • Error in linking C files with asm
    While linking an asm file with C files,I got an error a51 table.asm -o table .and the error is "NON NULL ARGUMENT EXPECTED"...can anyone help me.
  • defining an asm block with parameters
    After being "spoiled" by the power of macros and defines in asm, I was let down by the new inline __asm keyword. Want I need is a way to insert predefined blocks of assembly in the C code without having...