No system-calls from libem
This commit is contained in:
parent
e860fa1974
commit
5c5812e853
|
@ -26,7 +26,7 @@
|
||||||
push de
|
push de
|
||||||
ld de,1
|
ld de,1
|
||||||
push de
|
push de
|
||||||
call __write
|
call WRITE
|
||||||
pop de
|
pop de
|
||||||
pop de
|
pop de
|
||||||
pop de
|
pop de
|
||||||
|
|
|
@ -43,14 +43,14 @@
|
||||||
push iy
|
push iy
|
||||||
ld iy,2
|
ld iy,2
|
||||||
push iy
|
push iy
|
||||||
call __write
|
call WRITE
|
||||||
pop iy
|
pop iy
|
||||||
pop iy
|
pop iy
|
||||||
pop iy
|
pop iy
|
||||||
pop de
|
pop de
|
||||||
pop iy
|
pop iy
|
||||||
push de
|
push de
|
||||||
call __exit
|
jp EXIT
|
||||||
2:
|
2:
|
||||||
pop hl
|
pop hl
|
||||||
push bc
|
push bc
|
||||||
|
|
Loading…
Reference in a new issue