asm_book/projects/README.md
2022-11-01 09:05:32 -05:00

9 lines
377 B
Markdown

# Projects
Here are a number of challenges for you to flex your new found knowledge.
| Name | Challenge |
| ---- | --------- |
| [DIRENT](./DIRENT/README.md) | Read Directory Entries to extract information about files. |
| [PI](./PI/README.md) | Compute an approximation of PI using stochastic (random) methods. |
| [WALKIES](./walkies/README.md) | A fun little animation. |