ZMAC
and ZLINK
are a package for assembling and linking Z80 programs.
Unfortunately it misses a librarian which makes modular programming a bit difficult.
ZMAC.DOC
and for the linker in ZLINK.DOC
.
ZMAC.DOC
describes the generated objekt code which is not REL80 format compatibel.
ZSM
is an assembler package consisting of the assembler ZSM
, the linker ZLINK
and the librarian ZLIB
.
The generated objekt code is also not REL80 format compatibel.
The package is designed for a C language like source.
It contains a very extensive C like library.
Document | Description |
---|---|
ZSM.DOC | Description of the complete package as well as the syntax of the assembler |
OFMT.DOC | Describes the format generated by the assembler which is not REL80 format compatibel |
ARX.DOC |
Due to the C language style some object modules are delivered eg. supporting the sampling of arguments (argc and argv[] ), redirecting of console output into files (> and < ) and pipes between programs (| ) |
LIB.DOC | Description of the C language alike standard library |
XLIB.DOC | Description of the C language alike extended library |