removed a cntrl-a character in the comments
This commit is contained in:
parent
2c01d45a49
commit
fd467fd63d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
inc hl
|
inc hl
|
||||||
ld b,(hl)
|
ld b,(hl)
|
||||||
inc hl
|
inc hl
|
||||||
push bc ! save default on stack
|
push bc ! save default on stack
|
||||||
ld c,(hl) ! bc := #entries
|
ld c,(hl) ! bc := #entries
|
||||||
inc hl
|
inc hl
|
||||||
ld b,(hl)
|
ld b,(hl)
|
||||||
|
|
Loading…
Reference in a new issue