Add RISC-V (#1027)

This commit is contained in:
silva-nick
2021-05-28 08:45:25 -05:00
committed by GitHub
parent 02d68cc2e0
commit 4e75dd6f94
2 changed files with 12 additions and 1 deletions

10
r/RISC V.s Normal file
View File

@@ -0,0 +1,10 @@
.data
hello_world: .asciiz "Hello World"
.text
main: la a1, hello_world
li a0, 4
ecall
li a0, 10
ecall

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (768 total)
## Languages (769 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [05AB1E](%23/05AB1E)
@@ -622,6 +622,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Ricktea](r/Ricktea.tea)
* [Ride](r/Ride.ride)
* [Ring](r/Ring.ring)
* [RISC V](r/RISC%20V.s)
* [RiveScript](r/RiveScript.rive)
* [Rockstar](r/Rockstar.rock)
* [Roco](r/Roco.roco)