lib_mcu

Copyright (c) 2003

Library Usage

Package Description

Package Summary

Constants

at89c51cc03.h 

Global Variables



Macros

Long_call 

Functions



Files List

Included Files

Types Description

Constant Macros

at89c51cc03.h

#include "lib_mcu/compiler.h" 

Sfr file description for AT89C51CC03 product


Global Variables

Function Macros

Long_call

#define Long_call ( addr )           (  (  *  ( void  ( code *  )  ( void )  )  ( addr )  )  (  )  )  

Call the routine at address addr: generate an Assembly LCALL addr opcode.

addr: address of the routine to call

Example

Long_call(0); // Software reset (if no IT used before)

Note

May be used as a long jump opcode in some special cases


Functions