Skip to content
/ rrisc32 Public

A RISC-V 32 emulator and a toolchain (C99 compiler, assembler, link editor, etc.) for it.

Notifications You must be signed in to change notification settings

FLZ101/rrisc32

Repository files navigation

A RISC-V 32 emulator and a toolchain (C99 compiler, assembler, link editor, etc.) for it.

Build & Test

$ bash build.sh

Usage

hello.c:

#include <stdio.h>

int main()
{
  printf("hello rrisc32\n");
}
$ ./build/bin/rrisc32-cc -o hello.exe hello.c
$ ./build/bin/rrisc32-emulate hello.exe
hello rrisc32

About

A RISC-V 32 emulator and a toolchain (C99 compiler, assembler, link editor, etc.) for it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published