Skip to content

Commit

Permalink
Merge pull request #9 from dbalsom/patch-1
Browse files Browse the repository at this point in the history
Update 8088 cpu test url
Dillonb authored May 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0348929 + 960f9f2 commit d4ea241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emudev_resources_systems.md
Original file line number Diff line number Diff line change
@@ -412,6 +412,7 @@ There are no "full" tutorials for other systems, so using references will be a b
## x86
- [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)
- [8086/80186 test ROM](https://cdn.discordapp.com/attachments/466418871210082325/708247243072733255/test186.zip)
- [Felix Cloutier's x86 and AMD64 instruction reference](https://www.felixcloutier.com/x86)
- [Agner Fog's software optimization resources](https://www.agner.org/optimize)
@@ -420,7 +421,6 @@ There are no "full" tutorials for other systems, so using references will be a b
- [Opcode and Instruction Reference](http://ref.x86asm.net/coder.html)
- [x86-64 opcode table](http://ref.x86asm.net/coder64.html)
- [OSDev wiki encoding page](https://wiki.osdev.org/X86-64_Instruction_Encoding)
- <https://github.com/TomHarte/ProcessorTests/tree/main/8088>

## MIPS
- [MIPS64 Instruction Set Reference Manual](https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00087-2B-MIPS64BIS-AFP-6.06.pdf)

0 comments on commit d4ea241

Please sign in to comment.