Fixed the trap code to write out the error message correctly.
authordtrg <none@none>
Sun, 29 Apr 2007 20:47:48 +0000 (20:47 +0000)
committerdtrg <none@none>
Sun, 29 Apr 2007 20:47:48 +0000 (20:47 +0000)
plat/cpm/libsys/_trap.s

index 543e0c6..a3836c9 100644 (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