DEF package for the Z80ASM / Z88DK

History :

V1.14 (15.08.99)
- director.def changed; duplicate definitions.
- blink.def changed; new naming scheme due to previous duplicate name defs.

v1.13 (04.08.99)
- blink.def, changed BB_ definitions and added BM_ definitions (bits and bit masks)
- all filenames in lower case (std. UNIX convention, which reduced I/O errors)

v1.12 (02.08.99)
- added SC_PAGE in blink

v1.11 (02.08.99)
- added DR_RD2 in dor.def
- added DQ_xxx for DC_SP/NQ in director.def

v1.1 (04.07.99) - What's new ?

In prevision of the next OZ, here's an update of the definition package.
The new include definition files are :

- Flashepr.def : flash eprom i/o
- Blink.def : the Blink gate array ports i/o
- Handle.def : handles type and related calls
- buffer.def : buffers low level routines
- Ctrlchar.def : 0 to 32 ASCII characters
- Bastoken.def : Z80 BBC Basic (3.0) tokens

In the future, some more should be planed :
- ozdef.def (oz profiling variables like langage, banks...)
- ozram.def (the oz system ram area in bank $20)

v1.0 - Interlogic initial release