Corewar is a project where you have to create a virtual machine that will execute a program written in assembly language. The assembly language is composed of a set of instructions that are represented by an hexadecimal code. The goal of the project is to create a virtual machine that will execute the program and display the memory state at the end of the execution.
make./corewar/corewar [-dump nbr_cycle] [[-n prog_number] [-a load_address ] prog_name] ..../asm/asm file_name[.s]