Skip to content

erikik8090/corewars-risc-v

 
 

Repository files navigation

corewars_js - RISCV

This is a fork of corewars8086_js that replaces the x86 assembly with RISC-V assembly.

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/corewars8086
https://github.com/YoavKa/corewars8086 (disassembler)
https://github.com/kimwalisch/calculator (watch language)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.9%
  • Assembly 13.1%
  • Java 7.7%
  • Perl 2.0%
  • C++ 1.8%
  • Makefile 0.9%
  • Other 1.6%