• 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...
  • 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...
  • 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...
  • 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...
  • 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...