-
Notifications
You must be signed in to change notification settings - Fork 178
tools
pauloscustodio edited this page Apr 8, 2018
·
4 revisions
See also the target section for platform specific tools.
Normally it is not necessary to call "appmake" directly, it is embedded in the compilation process. To activate it, add the -create-app flag to the 'zcc' command line.
Reads in a binary file and outputs an Intel Hex Record
This tool inserts a binary block into a file (i.e. a memory dump) at the given position.
Usage:
inject [binary file
10000
] [reference file] [position] [injected output file]
Experimental tool to extract z80asm compatible binary blocks from a CP/M ".REL" library.
Sprite editor by Daniel McKinnon
- Introduction
- Library Configuration
- CRT
- Header Files
- Assembly Language
- Library in Depth
- Embedded Platform
- Adding to NewLib
- Benchmarks
- Datatypes
- Debugging
- Decompression
- More than 64k
- Deficiencies
- Compiling Larger Applications
- Importing routines written in 8080 assembly mnemonics
- Using CP/M libraries in REL format with z88dk
- Writing optimal code
- Speeding up Compilation
- CMake usage