Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Compiler Command Line Options->Use Acall/Ajmp (/AA)

This option will tell the compiler to use ACALL and AJMP instead of CALL and JMP.  It is the default option with the tiny memory model and so is not required if the /AT option is used.

The Embedded Development Studio will automatically set this option if the program memory address range is less than 0800 hex.