Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/710lucas/risc-i-compiler
Um compilador simples para o meu projeto de emulador de RISC-I
https://github.com/710lucas/risc-i-compiler
berkeley-risc compiler risc risc-i
Last synced: 4 days ago
JSON representation
Um compilador simples para o meu projeto de emulador de RISC-I
- Host: GitHub
- URL: https://github.com/710lucas/risc-i-compiler
- Owner: 710lucas
- Created: 2023-08-08T01:40:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T18:55:35.000Z (3 months ago)
- Last Synced: 2024-08-03T19:57:05.708Z (3 months ago)
- Topics: berkeley-risc, compiler, risc, risc-i
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# RISC-I compiler
**[Use the web version (it's easier)](https://710lucas.github.io/RISC-I-Compiler-web/public/)**
[Link to the web version's repo](https://github.com/710lucas/RISC-I-Compiler-web)
A simple compiler for my [RISC-I emulator](https://github.com/710lucas/RISC-I-emu)
Um simples compilador para o [emulador de RISC-I](https://github.com/710lucas/RISC-I-Emu) que eu estou tentando fazer