mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:16:47 +08:00
10 lines
432 B
Markdown
10 lines
432 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. |
|
|
| [SNOW](./snow/README.md) | A fun little animation. |
|
|
| [WALKIES](./walkies/README.md) | A fun little animation. |
|