Skip to content

Assembler:: Compiler

Oleg Matveev edited this page May 9, 2014 · 1 revision

The compiler's sources is in the folder named "asm".

How to use

Usage: asm [-h] | [-o OUTPUT] [INPUT].

asm -h prints small help message.

It reads standard input if INPUT is not specified, and if OUTPUT is not specified it writes to stadard output.

Build

Use the folowing commands:

  • make
  • or make r (it's the equivalent to make clean && make)

You must have:

  • make
  • GNU GCC
  • GNU Binutils
  • GNU Libc

Clone this wiki locally