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
7 changes: 5 additions & 2 deletions emudev_resources_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,11 @@ There are no "full" tutorials for other systems, so using references will be a b
- [8086 family user's manual](https://edge.edx.org/c4x/BITSPilani/EEE231/asset/8086_family_Users_Manual_1_.pdf)
- [Intel® 64 and IA-32 manuals](https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html)
- [8088 CPU Tests](https://github.com/SingleStepTests/8088)
- [NEC V20/186 CPU Tests](https://github.com/SingleStepTests/v20)
- [8086/80186 test ROM](https://cdn.discordapp.com/attachments/466418871210082325/708247243072733255/test186.zip)
- [8086 CPU Tests](https://github.com/SingleStepTests/8086)
- [NEC V20 CPU Tests](https://github.com/SingleStepTests/v20)
- [80286 CPU Tests](https://github.com/SingleStepTests/80286)
- [80386 CPU Tests](https://github.com/SingleStepTests/80386)
- [80386 Test ROM](https://github.com/barotto/test386.asm)
- [Felix Cloutier's x86 and AMD64 instruction reference](https://www.felixcloutier.com/x86)
- [Agner Fog's software optimization resources](https://www.agner.org/optimize)
- [x86 Intrinsics](https://software.intel.com/sites/landingpage/IntrinsicsGuide)
Expand Down