Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->CALL

CALL           Generic subroutine call

This instruction is translated by the assembler into either ACALL or LCALL
depending on the call address.

If the address contains no forward references and the address falls within
the current 2K page, then the instruction is translated into ACALL.  Otherwise
it is translated into LCALL.

See ACALL and LCALL for more details.