No system-calls from libem

This commit is contained in:
ceriel 1992-06-30 16:51:19 +00:00
parent 50f571bf2b
commit ea624f82de
4 changed files with 5 additions and 5 deletions

View file

@ -6,5 +6,5 @@
.fat:
pushl (sp)
jsb .trp
calls $1,__exit
halt
movl (sp)+,r0
jmp EXIT

View file

@ -19,7 +19,7 @@ printc:
pushl $1
pushab Ich
pushl $2
calls $3,__write
calls $3,WRITE
rsb
.sect .data

View file

@ -15,7 +15,7 @@
addl2 $02000,r0
bicl2 $0777,r0
pushl r0
calls $1,__brk
calls $1,BRK
tstl r0
beql I2
pushl $EHEAP

View file

@ -37,7 +37,7 @@ I3:
pushl $Iemesend-Iemes
pushab Iemes
pushl $2
calls $3,__write
calls $3,WRITE
bpt
.sect .data
Iemes: