aboutsummaryrefslogtreecommitdiff

Clean RTS Cheat Sheets

This repository holds cheat sheets for people hacking around with the Clean run-time system. Clone the repository to build the PDFs or download them here:

Platform-specific:

Other:

Naming conventions

  • asp: A-stack pointer
  • bsp: B-stack pointer
  • hp: heap pointer
  • free: counter of free words on heap
  • scr: scratch register