Zilog header files, Table 13, Nonstandard headers – Zilog ZUSBOPTS User Manual
Page 206: The compiler are listed in table 13 and, Architecture-specific functions <zneo.h

Run-Time Library
UM017105-0511
178
Zilog Developer Studio II – ZNEO™
User Manual
The Zilog-specific header files are located in the following directory:
<ZDS Installation Directory>
\include\zilog
where <ZDS Installation Directory> is the directory in which Zilog Developer Studio was
installed. By default, this would be
C:\Program Files\Zilog\ZDSII_ZNEO_<ver-
sion>
, where <version> might be
4.11.0
or
5.0.0.
All external identifiers declared in any of the headers are reserved, whether or not the asso-
ciated header is included. All external identifiers and macro names that begin with an
underscore are also reserved. If the program redefines a reserved external identifier, even
with a semantically equivalent form, the behavior is indeterminate.
Zilog Header Files
Architecture-Specific Functions <zneo.h>
A ZNEO-specific header file <
zneo.h
> is provided that has prototypes for Zilog-specific
C library functions and macro definitions.
Macros
<
zneo.h
> contains macro definitions giving the more conventional names for storage
specifiers:
Table 13. Nonstandard Headers
Header
Description
Page
<zneo.h>
ZNEO defines and functions
<sio.h>
Serial input/output functions
erom
Expands to space specifier _Erom.
near
Expands to space specifier _Near.
far
Expands to space specifier _Far.
rom
Expands to space specifier _Rom.
Note:
Note: