Cross development package ========================= luna: A 6502/10 assembler, with special features to simplify writing of LUnix-applications. lupo: Generic preprocessor for assembler-sources lld : Linker can be used to link objectfiles (or librarys) generated with luna. In this package: prg/luna.c source code of the 'luna'-assembler doc/luna.doc documentation of luna prg/lupo.c source code of the 'lupo'-preprocessor doc/lupo.doc documentation of lupo prg/lld.c source code of the 'lld' linker doc/lld.doc documentation of lld README this file Compiling: (with GNU-C-compiler "gcc") gcc -o luna -O2 luna.c gcc -o lupo -O2 lupo.c gcc -o lld -O2 lld if you have - problems - questions - suggestions - remarks - ... write an email to Daniel.Dallmann@studbox.uni-stuttgart.de