Zasm2 z80 Assembler Code
Brought to you by:
ephesus
File | Date | Author | Commit |
---|---|---|---|
doc | 2009-11-18 |
![]() |
[43c73e] Changed copyright to creation date |
include | 2013-05-11 |
![]() |
[83b293] move external sigs to zasm.h |
lib | 2014-01-02 |
![]() |
[b96eb4] add debug printfs for size of instrutions |
src | 2013-12-21 |
![]() |
[741574] rename some functions |
.gitignore | 2012-04-27 |
![]() |
[f9413e] cleanup, unrelated to code |
COPYING | 2009-11-18 |
![]() |
[5e4ede] Released under the GPL, so making it more explicit |
Makefile.in | 2010-03-23 |
![]() |
[d18931] remove config.status on distclean |
README.txt | 2010-01-19 |
![]() |
[33c702] readme update |
config.h.in | 2009-11-17 |
![]() |
[d07ebf] Initial switch from CVS to git |
configure | 2009-11-17 |
![]() |
[d07ebf] Initial switch from CVS to git |
configure.ac | 2009-11-17 |
![]() |
[d07ebf] Initial switch from CVS to git |
Zasm 2 By James Rubingh http://www.wrive.com ephesus@gmail.com Zasm 2 is a Zilog z80 assembler written for unixes in C. It is intended for use for the TI calculators and the Nintendo Gameboy, if given a different TAB file. Compile: ./configure && make Install: make install --Or copy the binary to any directory. Automake installs it to `/usr/local/bin` and a tab file to `/usr/local/share/zasm`. Probably need root permissions. Uninstall: rm /usr/local/bin/zasm rm -rf /usr/local/share/zasm Suggestions, bugfixes, complaints, flames to: ephesus@gmail.com