Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion perfaware/homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Below is a list of shared code and videos from people's solutions to the Perform
* Gaurav Gautam [Webassembly](https://github.com/gautam1168/gautam1168.github.io/tree/main/Part10-8086) - Homeworks done using the reference decoder. The code in this repository uses the webassembly contrib in the main repo. However, there is a bit more C++ code on top of what exits in the contrib folder in the main repository. This can be found in my [fork](https://github.com/gautam1168/computer_enhance/tree/simulatorbuild). The [live page](https://gautam1168.github.io/Part10-8086/index.html) shows the working homeworks. [Youtube](https://www.youtube.com/watch?v=Agh9Hyh3_uA)
* [@kiroxas](https://github.com/kiroxas) - ([Github](https://github.com/kiroxas/ComputerEnhance/tree/main)) ([Youtube](https://youtu.be/-OW_lgkXy2k))
* [@santiagocabrera96](https://github.com/santiagocabrera96) - [Solution in Clojure](https://github.com/santiagocabrera96/computer-enhance)
* [@PinataMostGrim](https://github.com/PinataMostGrim) - [Solution in C](https://github.com/PinataMostGrim/perfaware)
* [@ethanfischer](https://github.com/ethanfischer) ([homework in C#](https://github.com/ethanfischer/computer_enhance))
* [@Said6289](https://github.com/Said6289) - [Solution to listings 37 - 40 in x64 assembly](https://github.com/Said6289/perf_aware_course/tree/main/instruction_decode). This was my first attempt to write something more substantial in assembly. It was very time-consuming and so I only did the first few assignments.
* [@charlesastaylor](https://github.com/charlesastaylor) - Snake game in 8086 assembly ([gist](https://gist.github.com/charlesastaylor/18c7c8005fed9d0af1a3ee2b24fcd724)) ([youtube](https://youtu.be/s_S4-QHeFMc))
Expand Down