Skip to content

Commit

Permalink
Add reference to tetris and sml in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanballs committed Sep 11, 2024
1 parent 58c8626 commit 2f462de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ well.
(33c3)](https://www.youtube.com/watch?v=HyzD8pNlpwI&t=2540s) An excellent talk
from the chaos computer club conference. This is very useful when you are
getting started and want to get a feel for the system.
- [Tetris disassembly](https://github.com/osnr/tetris). This tetris disassembly
has been commented. It was useful when my emulator got stuck because I could
quickly understand the intention of the code it was struggling with.
- [Super mario land
disassembly](https://github.com/kaspermeerts/supermarioland/). Likewise this
SML disassembly was useful as it was the second game I approached after tetris.

0 comments on commit 2f462de

Please sign in to comment.