-
Notifications
You must be signed in to change notification settings - Fork 1
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 .s extension. The assembler then will compile the file in to binary with extension.cor
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