Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 296 Bytes

Corewar

The goal of this project is to create a RedCode compiler and a Virtual machine.

Installation

Clone the project.

cd corewar
make

Usage

./asm/asm -h
./corewar/corewar -h

Here the link of wikipedia corewar page.