From 5c5812e853e727638fd25179446823703d019408 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Jun 1992 17:37:35 +0000 Subject: [PATCH] No system-calls from libem --- mach/z80/libem/nop.s | 2 +- mach/z80/libem/trp.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1