• 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...
  • 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...
  • USING LCALL from another asm file.
    Q) Which Register should be PUSHed into the stack, when calling a Functin in another asm file using LCALL?
  • IF statement
    hi i want to use IF statement in assembly, like this if (p3.0 true) { } else { } or like this BEGIN: IF R0 = #45 { } ELSE { } ENDIF jmp begin so how can i use it, for...
  • If statements
    Hi, Currently doing a project for college and have come to a road block. I have function which has a if statement. There are five different possible outcomes for the if statement. The outcome depends...