From fdc5cdb2d3df42dbda0fab7b382fe6eb201850e9 Mon Sep 17 00:00:00 2001 From: dbalsom Date: Mon, 17 Nov 2025 22:57:14 -0500 Subject: [PATCH] Update x86 resources with additional CPU tests Removed discord link to 80186 tests. these need to be hosted somewhere - discord cdn links will expire. --- emudev_resources_systems.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emudev_resources_systems.md b/emudev_resources_systems.md index 332906e..b6a9bc6 100644 --- a/emudev_resources_systems.md +++ b/emudev_resources_systems.md @@ -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)