Files
riscv-emulator/beispielprogramme/4.txt
2025-07-09 22:42:51 +02:00

4 lines
106 B
Plaintext

jal x0, target # Sprung ohne Rueckkehr
addi x1, x0, 1 # wird uebersprungen
target:
addi x2, x0, 2 # x2 = 2