No system-calls from libem

This commit is contained in:
ceriel 1992-06-30 17:37:35 +00:00
parent e860fa1974
commit 5c5812e853
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
push de
ld de,1
push de
call __write
call WRITE
pop de
pop de
pop de

View file

@ -43,14 +43,14 @@
push iy
ld iy,2
push iy
call __write
call WRITE
pop iy
pop iy
pop iy
pop de
pop iy
push de
call __exit
jp EXIT
2:
pop hl
push bc