From 0a3afc6a8abc84400b52e003798e8e80fd9dee93 Mon Sep 17 00:00:00 2001 From: Daniel <70020564+TXAE@users.noreply.github.com> Date: Tue, 5 Jul 2022 11:21:53 +0200 Subject: [PATCH] Update README.md added link to 8086 wikipedia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974b21b..fbec0c1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Interrupts_8086 # -Simulates interrupt handling of the Intel 8086 chip within [Digital](https://github.com/hneemann/Digital). +Simulates how the [Intel 8086 microprocessor](https://en.wikipedia.org/wiki/Intel_8086) handles interrupts within [Digital](https://github.com/hneemann/Digital). [Link to the documentation (German)](https://docs.google.com/document/d/1RAt4_4JWKJ0ze8NETD8HuTET7vR1I2NvSyDxpfuCJKE).