Browse Source

updated readme

master
Thorn Avery 4 years ago
parent
commit
cd8bbe1a88
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@@ -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)`

Loading…
Cancel
Save