• Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...
  • Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...
  • Assembling error
    Hello, I am new to the assembly code. The code which I given below is compile(assembling) fine in KEIL. AREA |.text|, CODE, READONLY EXPORT vF_dspl_pid vF_dspl_pid push {r4-r7} ldrsh Kp...
  • Assembling error
    Hello, I am new to the assembly code. The code which I given below is compile(assembling) fine in KEIL. AREA |.text|, CODE, READONLY EXPORT vF_dspl_pid vF_dspl_pid push {r4-r7} ldrsh Kp...
  • Error when assembling
    I'm trying to build my assembly program to the DS80C400 at Keil uVision2...everthing was ok until I try to change the program start from ORG 000000H to ORG 010000H...now, when I try to build the hex file...