-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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