Fix swapped bytes in probyte which was causing junk stack frames.
This commit is contained in:
parent
b47d59aa4a
commit
d319c7d679
|
@ -21,8 +21,8 @@
|
||||||
.probyte:
|
.probyte:
|
||||||
pop h
|
pop h
|
||||||
push b
|
push b
|
||||||
mvi e, 0xff
|
mvi d, 0xff
|
||||||
mov d, m
|
mov e, m
|
||||||
inx h
|
inx h
|
||||||
jmp .pron
|
jmp .pron
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue