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:
pop h
push b
mvi e, 0xff
mov d, m
mvi d, 0xff
mov e, m
inx h
jmp .pron