Z88dk-install
From S1MP3 Wiki
Contents |
If you are on Windows
Download and run the installer from http://prdownloads.sourceforge.net/z88dk/
If you are on Linux
Debian-like
- sudo apt-get install z88dk
Others
- Download z88dk from http://prdownloads.sourceforge.net/z88dk/z88dk-src-1.6.tgz?download
- Untar/gz: tar -zxvf z88dk-src-1.6.tgz
- Go in the dir: cd z88dk
- Create bin dir: mkdir bin
- Alter path: export PATH=`pwd`/bin:$PATH (if you don't do this, zcc won't be found)
- Make: ./build.sh
- Install: sudo make install
Usage
To compile a simple asm file :
z80asm -v -v -b -osample.bin sample.asm