Cross development package
=========================

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
    

