Compiler/Assembler lavrc

The compiler/assembler „lavrc“ is a command line program. The program includes the Luna-compiler lavrc and the Luna-assembler lavra. The Luna-assembler assembles the compiled code including inline-assembler of the Luna source code. The names of the executable for different operating systems are:

Operation System Filename
Windows lavrc.exe
Linux lavrc

Command line parameters and options

Example Call

Windows

c:\lunaavr\lavrc.exe -v -ohbera -w1 "C:\Projekte\helloworld.luna"

Linux

/home/user/lunaavr/lavrc -v -ohbera -w1 "/home/user/projekte/helloworld.luna"