project from 21
Subject = corewar.eng.pdf
git clone https://github.com/lesslim/corewar.git
cd corewar
make
how to get machine code file from something-like-asssembler file:
./asm/asm file1.s file2.s ... fileN
how to start the battle of champions:
./corewar/corewar champ1.cor champ2.cor ... champ4.cor
use flag -v for visualization (press p for begin game & pause, q for quit, l for slow, m for fast)
there is another options, check this:
./bin/corewar -help