added all example programs
This commit is contained in:
4
beispielprogramme/2.txt
Normal file
4
beispielprogramme/2.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
addi x1, x0, 42 # x1 = 42
|
||||
addi x2, x0, 100 # x2 = Ad res se 100
|
||||
sw x1, 0(x2) # Speicher[100] = 42
|
||||
lw x3, 0(x2) # x3 = Speicher[100] −> 42
|
||||
Reference in New Issue
Block a user