Fixed the trap code to write out the error message correctly.

This commit is contained in:
dtrg 2007-04-29 20:47:48 +00:00
parent ac72c550ba
commit f4e3111f50

View File

@ -206,11 +206,11 @@ eunimpl:lxi h,EUNIMPL
pop d
ret
1:
lxi h, 1
lxi h, 6
push h
lxi h, text
push h
lxi h, 6
lxi h, 1
push h
call _write
jmp EXIT