kiwi-asm - KiwiAssembler Interpreter
kiwi-asm [options] srcfile1 srcfile2 ...
The kiwi-asm is an interpreter for KiwiInstruction program.
-h, --help :
Display help message about the command line syntax.
-v, --verbose :
Output verbose message while compiling the code.
--debug-pass :
Debug the assemble pass. The assembler dump the code as the result of given pass. Choose one pass from the below pass names:
parse : Stop after parse passregalloc : Stop after register allocation