added all example programs
This commit is contained in:
3
beispielprogramme/1.txt
Normal file
3
beispielprogramme/1.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
addi x1, x0, 5 # x1 = 5
|
||||
addi x2, x0, 10 # x2 = 10
|
||||
add x3, x1, x2 # x3 = x1 + x2 = 15
|
||||
Reference in New Issue
Block a user