jmio / app80

Assembler pre-processor for Z80.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app80

Assembler pre-processor for Z80.

These files were created about 25 years ago and are used with sjasm to write small firmware for Z80 CPUs running on FPGAs.

The original source code for this program was for 8086 and written in Turbo Pascal. It is stored under original folder, and Japanese documentation on preprocessor grammars can be found at here.

C version of app80 can also be built for 8086. Open makefile and define -DAPP86 instead of -DAPP80 and then run make app86.exe
but some source must be modified to conform to the target assembler's temporary labelling conventions cond86.h.

MCI Eg. copyright notice on them indicates that they were created and used when I worked for that company, and I have permission from the co-author to release them under the MIT licence.

About

Assembler pre-processor for Z80.

License:MIT License


Languages

Language:C 79.9%Language:Pascal 18.6%Language:Makefile 0.8%Language:Assembly 0.7%Language:Batchfile 0.0%