Skip to content

Assembler

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

Assembly is the programming language used in Core War, the assembly codes will be contained in a file with extension .s. The assembler then will compile the file in to binary with extension .cor

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