home *** CD-ROM | disk | FTP | other *** search
- /* ABSACC.H: direct access to 8051 memory areas */
- /* Copyright KEIL ELEKTRONIK GmbH 1995 V5.00 */
-
- #define CBYTE ((unsigned char volatile code *) 0)
- #define DBYTE ((unsigned char volatile data *) 0)
- #define PBYTE ((unsigned char volatile pdata *) 0)
- #define XBYTE ((unsigned char volatile xdata *) 0)
-
- #define CWORD ((unsigned int volatile code *) 0)
- #define DWORD ((unsigned int volatile data *) 0)
- #define PWORD ((unsigned int volatile pdata *) 0)
- #define XWORD ((unsigned int volatile xdata *) 0)
-