Mikroelektronika MIKROE-724 データシート

ページ / 726
mikroBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
137
GOTO Table
If a certain routine is allocated on the address higher than 64kB and can not be accessed directly, a GOTO table is 
created just after the Interrupt Vector Table to enable this routine call. 
GOTO table comprises of addresses of those routines that are allocated on the addresses higher than 64kB. 
So, whenever a call is made to a routine which is not directly accessible, it jumps to an assigned GOTO table block 
which contains address of a desired routine. From there, a GOTO call is generated to that address, and the routine is 
executed.
See also Linker Directives.