From: ceriel Date: Tue, 30 Jun 1992 17:37:35 +0000 (+0000) Subject: No system-calls from libem X-Git-Tag: release-5-5~431 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5c5812e853e727638fd25179446823703d019408;p=ack.git No system-calls from libem --- diff --git a/mach/z80/libem/nop.s b/mach/z80/libem/nop.s index ba4a4c767..702bd635c 100644 --- a/mach/z80/libem/nop.s +++ b/mach/z80/libem/nop.s @@ -26,7 +26,7 @@ push de ld de,1 push de - call __write + call WRITE pop de pop de pop de diff --git a/mach/z80/libem/trp.s b/mach/z80/libem/trp.s index 9b3ba6d49..4719e3ea1 100644 --- a/mach/z80/libem/trp.s +++ b/mach/z80/libem/trp.s @@ -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