Menu

Tree [b96eb4] master development /
 History

HTTPS access


File Date Author Commit
 doc 2009-11-18 James Rubingh James Rubingh [43c73e] Changed copyright to creation date
 include 2013-05-11 James Rubingh James Rubingh [83b293] move external sigs to zasm.h
 lib 2014-01-02 James Rubingh James Rubingh [b96eb4] add debug printfs for size of instrutions
 src 2013-12-21 James Rubingh James Rubingh [741574] rename some functions
 .gitignore 2012-04-27 James Rubingh James Rubingh [f9413e] cleanup, unrelated to code
 COPYING 2009-11-18 James Rubingh James Rubingh [5e4ede] Released under the GPL, so making it more explicit
 Makefile.in 2010-03-23 James Rubingh James Rubingh [d18931] remove config.status on distclean
 README.txt 2010-01-19 James Rubingh James Rubingh [33c702] readme update
 config.h.in 2009-11-17 James Rubingh James Rubingh [d07ebf] Initial switch from CVS to git
 configure 2009-11-17 James Rubingh James Rubingh [d07ebf] Initial switch from CVS to git
 configure.ac 2009-11-17 James Rubingh James Rubingh [d07ebf] Initial switch from CVS to git

Read Me

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.