Fix swapped bytes in probyte which was causing junk stack frames.

This commit is contained in:
David Given 2019-02-08 08:09:55 +01:00
parent b47d59aa4a
commit d319c7d679

View file

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