• Intrinsic _pop_ funciton unresolved at link time
    WTF? Its supposed to be instrinsic. I check the assembler listing and I see the resulting "pop" op-code, yet when the program links it gives the following error: *** WARNING L1: UNRESOLVED EXTERNAL...
  • Error in Two long variable Passing in Funciton to Pointer
    Hi, I am using Function to Pointer. i have definded this functin poiter in one structure with two long variable argument. it is giving me error below. Error C212: indirect call: parameters do not...
  • Example using call assembler funciton in c?
    Where I can find an example how call from C code function write in assembler?
  • How to force comipler generate LCALL and LJMP for all funciton call?
    I am writing a library for 8051 mcu. this library call some outside functions, i mean some routine defined by user, I am not sure how far those codes will be seperated from my library in code space, to...
  • HELP ON TRANSMITTING STRING
    flag bit 00H ORG 0000H JMP CONFIG ORG 23H ORG 0100H HEAD EQU 300H ;-> Starting address of the messages ORG 0100H ;------------------------------------- ;--------------LCD SETUP---------...