Add RISC-V (#1027)
This commit is contained in:
10
r/RISC V.s
Normal file
10
r/RISC V.s
Normal 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
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user