diff --git a/Feature-coverage-per-architecture.md b/Feature-coverage-per-architecture.md
index e548ee4..7b15c6b 100644
--- a/Feature-coverage-per-architecture.md
+++ b/Feature-coverage-per-architecture.md
@@ -1,14 +1,14 @@
The following table shows which features are implemented for which CPU architecture.
-feature | 6502 | 65816 | Z80 | 8080 | LR35902
+feature | 6502 | 65816 | Z80 | 8080 | LR35902 | 8086
--|--|--|--|--|--
-`*`, `*=` | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
-signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
-stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌
-assembly | ✳️2 | 🚧3 | ✔️ | ✔️ | 🚧4
-other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️
-optimization | ✔️ | 🚧5 | ✔️ | 🚧6 | 🚧6
-assembly syntax colouring | ✔️ | 🚧5 | ❌ | ❌ | ❌
+`*`, `*=` | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌
+signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌
+stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌 | ✔️
+assembly | ✳️2 | 🚧3 | ✔️ | ✔️ | 🚧4 | ❌
+other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️ | 🚧
+optimization | ✔️ | 🚧5 | ✔️ | 🚧6 | 🚧6 | ❌
+assembly syntax colouring | ✔️ | 🚧5 | ❌ | ❌ | ❌ | ❌
##### Legend: