This is a fork of corewars8086_js that replaces the x86 assembly with RISC-V assembly.
You will need to install Apache Ant - For windows, follow the instructions in here: https://www.mkyong.com/ant/how-to-install-apache-ant-on-windows/
First, to install ivy
- the dependency manager for this project run the following:
ant bootstrap
To build and test:
ant test
To run:
ant devmode
and then select the launch default browser
option.
This project is licensed under the GPL v3.0 License - see the LICENSE file for details
https://codeguru.co.il/Xtreme/
https://github.com/codeguru-il/corewars8086
https://github.com/YoavKa/corewars8086 (disassembler)
https://github.com/kimwalisch/calculator (watch language)