• Helper routines for LCALL statement
    What is the syntax for helper routines of LCALL statement? I have got the syntax for Load & Store operations here - http://www.keil.com/support/docs/1964.htm. But I couldn't find the similar syntax...
  • Calling function from library without lcall.
    I have been programming in ASM some project, which, together with the source code will have to transfer to the customer. But this project contains some of the functions source code which I do not want...
  • generic jmp and call to ljmp and lcall
    Is there a way to import old code that assembled with Intel's assembler (by apparently defaulting the generic jmp and call to 3 byte ljmp and lcall)? Is there a assemble directive or some other way to...
  • 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...
  • An .ASM program value to another C program
    How can I do it? I would like to save some values using txt file and after openning with C program, although it seems too difficult.