/corewars-risc-v

Porting of (JavaScript version of) corewars8086 from codeguru xtreme to RISC-V cpu

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

corewars_js - RISCV

Build Status

This is a fork of corewars8086 Javascript engine + debugger that uses RISC-V assembly instead of x86.

Getting Started

Prerequisites:

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/

Installing

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.

Licence

This project is licensed under the GPL v3.0 License - see the LICENSE file for details

References:

https://codeguru.co.il/Xtreme/
https://github.com/codeguru-il/corewars_riscv
https://github.com/YoavKa/corewars_riscv (disassembler)
https://github.com/kimwalisch/calculator (watch language)