From cd8bbe1a88d0d5528e3642b12a35aa6831ea49fa Mon Sep 17 00:00:00 2001 From: tA Date: Tue, 9 Jun 2020 17:26:48 +1200 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eaf7298..54225c7 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,5 @@ currently supported instructions are: * `NOP` all other instructions treated as `NOP` + +on a gameboy, the instruction `LD (HL), (HL)` is treated as a `HALT`, however i am not making a gameboy perfect vm as of now, so opcode `$76` is currently treated as `LD (HL), (HL)`