From 371df307f59c7c6ea5e9a8e435ededa77178592d Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Sun, 7 May 2023 20:45:47 +0300 Subject: [PATCH] add reference 8086 emulators --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e6428..4b8e199 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,10 @@ Important pages in manual: * Registers - 24 * Instruction structures - 163 * Memory addressing - 83 -* Clocks per instruction - 66 \ No newline at end of file +* Clocks per instruction - 66 + +Reference emulators: +* https://yassinebridi.github.io/asm-docs/ +* https://yjdoc2.github.io/8086-emulator-web/ +* https://carlosrafaelgn.com.br/Asm86/ +* https://idrist11.github.io/8086-Online-IDE/app.html \ No newline at end of file