Kir's compiler for low-level ARM machine code. Kompiler is a modular tool written in Ruby, and can easily be changed to support other architectures!
Kompiler is a tool which can compile a low-level programming language into machine code. Each instructions written in the language will directly reflect the resulting machine code in a predictable way.
To install Kompiler through RubyGems, run:
gem install kompilerUsing Kompiler is simple. To compile a program into machine code (after installation), run
kompile input_file.s output_file.binFor further information, run
kompile --help
You can find the basics and examples of programming with Kompiler in the docs directory.