Skip to content

Assembler

Rizky Ario edited this page May 17, 2018 · 5 revisions

Assembly is is the programming language used in Core War. It is executed by a virtual machine.

Assembler:

usage: ./asm [-a] sourcefile.s
       ./asm [-a] [-m] sourcefile.s ...
    -a : Prints a stripped and annoted version of the code
    -m : Allows processing of multiple files

asm_usage_gif

Clone this wiki locally