This commit is contained in:
Miloslav Ciz 2024-09-02 20:43:40 +02:00
parent 3f374a4713
commit 89ddec4212
18 changed files with 1861 additions and 1823 deletions

View file

@ -255,4 +255,9 @@ main:
lw s0,24(sp) # restore frame pointer
addi sp,sp,32 # pop stack
jr ra # jump to addr in ra
```
```
## See Also
- [bytecode](bytecode.md)
- programming [sadomasochism](sadomasochism.md)