From 5fc4d355bd3e947ef21dd1d46bd1d67684645d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Zumer?= Date: Fri, 2 Feb 2024 21:17:45 -0500 Subject: [PATCH] Add uncommon features to the readme Specify edge cases that are properly handled. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f7ce7a..bc03fbd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A Z80 instruction decoding and (dis)assembly library. ## Features * Standard Z80 instruction decoding and encoding +* Undocumented instruction support +* Invalid and chained opcode prefix handling * Implementation-independent data structures * Stateful and stateless instruction decoding interfaces * Format handlers for displaying instructions and their individual components