Updating to match naming convention for RISC-V
This commit is contained in:
10
a/Assembler RISC-V.s
Normal file
10
a/Assembler 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
|
||||
Reference in New Issue
Block a user