From 15b837bc9d09de78c5419ccb134fd7912438319b Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Fri, 31 May 2019 13:59:46 +0200 Subject: [PATCH] added 8086 --- Feature-coverage-per-architecture.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: