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/5.txt Normal file
View File

@@ -0,0 +1,4 @@
addi x1, x0, 5 # x1 = 5 (Zaehler)
loop:
addi x1, x1, 1 # x1 = 1
bne x1 , x0, loop # solange x1 != 0 , wiederhole