Browse Source

No system-calls from libem

ceriel 32 years ago
parent
commit
5c5812e853
2 changed files with 3 additions and 3 deletions
  1. 1 1
      mach/z80/libem/nop.s
  2. 2 2
      mach/z80/libem/trp.s

+ 1 - 1
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

+ 2 - 2
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