added all example programs
This commit is contained in:
4
beispielprogramme/4.txt
Normal file
4
beispielprogramme/4.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
jal x0, target # Sprung ohne Rueckkehr
|
||||
addi x1, x0, 1 # wird uebersprungen
|
||||
target:
|
||||
addi x2, x0, 2 # x2 = 2
|
||||
Reference in New Issue
Block a user