blob: db8461fab5fcec779e7df5e3d65fecdb6bf25351 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Clean RTS Cheat Sheets [](https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/commits/master)
This repository holds cheat sheets for people hacking around with the [Clean][]
run-time system. The latest set of cheat sheets can be downloaded [here][pdf],
or you can clone the repository and run `pdflatex` on the file corresponding to
your platform.
## Naming conventions
- **asp**: A-stack pointer
- **bsp**: B-stack pointer
- **hp**: heap pointer
- **free**: counter of free words on heap
- **scr**: scratch register
[Clean]: http://clean.cs.ru.nl
[pdf]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/download?job=pdf
|