Parcourir la source

fixed readme typo

was lazy and hand edited the output lmao
master
Thorn Avery il y a 4 ans
Parent
révision
62ec6f516e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      README.md

+ 1
- 1
README.md Voir le fichier

@@ -16,7 +16,7 @@ in the racket repl (comments for reader comprehension, remove before running):
#xF0 ; (non-instruction, will be arg for previous byte)
#x2E #x68 ; LD L, $68
#x77 ; LD (HL), A
#xC2 #x64 #x01 ; JP $0164
#xC2 #x64 #x01 ; JP NZ, $0164
#x10 ; STOP
#x7D ; LD A, L (address $0164)
#x10 ; STOP


Chargement…
Annuler
Enregistrer