Fixed the trap code to write out the error message correctly.
This commit is contained in:
parent
9d0f0a8fdd
commit
6127ddf024
|
@ -206,11 +206,11 @@ eunimpl:lxi h,EUNIMPL
|
||||||
pop d
|
pop d
|
||||||
ret
|
ret
|
||||||
1:
|
1:
|
||||||
lxi h, 1
|
lxi h, 6
|
||||||
push h
|
push h
|
||||||
lxi h, text
|
lxi h, text
|
||||||
push h
|
push h
|
||||||
lxi h, 6
|
lxi h, 1
|
||||||
push h
|
push h
|
||||||
call _write
|
call _write
|
||||||
jmp EXIT
|
jmp EXIT
|
||||||
|
|
Loading…
Reference in a new issue