added all example programs

This commit is contained in:
black
2025-07-09 22:42:51 +02:00
parent 03207c13db
commit 35b434ec77
10 changed files with 77 additions and 1 deletions

4
beispielprogramme/4.txt Normal file
View File

@@ -0,0 +1,4 @@
jal x0, target # Sprung ohne Rueckkehr
addi x1, x0, 1 # wird uebersprungen
target:
addi x2, x0, 2 # x2 = 2