Parcourir la source

ed: fix boken 'a' and 'd' cmds

pull/10/head
Virgil Dupras il y a 5 ans
Parent
révision
0fd16a0bb6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      apps/ed/main.asm

+ 2
- 1
apps/ed/main.asm Voir le fichier

@@ -66,7 +66,7 @@ edMain:
; Now, process line.
call printcrlf
call cmdParse
jr nz, .error
jp nz, .error
ld a, (CMD_TYPE)
cp 'q'
jr z, .doQ
@@ -84,6 +84,7 @@ edMain:
call cpHLDE
pop hl ; <-- lvl 1
jr z, .error
ld a, (CMD_TYPE)
cp 'd'
jr z, .doD
cp 'a'


Chargement…
Annuler
Enregistrer