added all example programs
This commit is contained in:
6
beispielprogramme/3.txt
Normal file
6
beispielprogramme/3.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
addi x1, x0, 7 # x1 = 7
|
||||
addi x2, x0, 7 # x2 = 7
|
||||
beq x1, x2, equal # springe nach ’equal’ falls gleich
|
||||
addi x3, x0, 1 # wird uebersprungen
|
||||
equal:
|
||||
addi x3, x0, 99 # x3 = 99
|
||||
Reference in New Issue
Block a user