No system-calls from libem
This commit is contained in:
parent
9da8f28a47
commit
8c8d1a7d9b
|
@ -40,7 +40,7 @@ putchar:
|
|||
move.w #1,-(sp)
|
||||
pea 7(sp)
|
||||
move.w #1,-(sp)
|
||||
jsr __write
|
||||
jsr WRITE
|
||||
add.l #8,sp
|
||||
rts
|
||||
printf:
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
move.l a0,-(sp)
|
||||
move.l d0,-(sp)
|
||||
move.l d0,.limhp
|
||||
jsr __brk
|
||||
jsr BRK
|
||||
tst.l (sp)+
|
||||
move.l (sp)+,a0
|
||||
tst.w d0
|
||||
|
|
Loading…
Reference in a new issue