• assembly code
    while doing assembly code in Keil i got an error as C:\KEIL\C51\INC\ATMEL\REGX51.H(178): error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL if i donot include the regx51 file the error is gone...
  • Assembly Code
    I am trying to write 0xAA to Address location 0x5555. The following code is working. May someone kindly explain in details how C167 controller interpret it? Why is #09555H used??? MOV DPP2,#0001H...
  • Assembly Code
    Hi, all Does anyone know why I can't have assembly code in *.lst files? Is it any compiler option for me to adjust ? Eric
  • Importing assembler code
    Hello, everybody I make a program for LPC1754 and trying to include helix mp3 codec - library. The compilers gives me errors with one of the files (assembly.h) that inline assembler is not permitted...
  • without assembly code
    Hi, I would like to know, without single line of assembly code, is it possible to develop an embedded application (using only C) for ARM7 or ARM9 using MDK-ARM? thanks