Selaa lähdekoodia

No system-calls from libem

ceriel 32 vuotta sitten
vanhempi
commit
7fc17ff54f
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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