• Inline Assembly & Interrupt Functions
    Hello, 1) I want to place assembly code in my C code. The problem with using SRC is that I would have to rename the file MyAsm.SRC to MyAsm.A51 and then (remove C code from project) include A51 code...
  • Load function in assembly
    If I have the address of particular function, is it possible load the function in assembly? I understand that usually the function is loaded as LCALL _function but I was wondering whether it...
  • Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • 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
    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