New installation mechanism
This commit is contained in:
parent
b520bc40a5
commit
b67d1a36f3
3 changed files with 2 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
||||||
LIST
|
LIST
|
||||||
Makefile
|
|
||||||
compmodule
|
|
||||||
em_end.s
|
|
||||||
etext.s
|
|
||||||
edata.s
|
|
||||||
end.s
|
|
||||||
libem_s.a
|
libem_s.a
|
||||||
READ_ME
|
READ_ME
|
||||||
|
|
|
@ -40,7 +40,7 @@ putchar:
|
||||||
move.w #1,-(sp)
|
move.w #1,-(sp)
|
||||||
pea 7(sp)
|
pea 7(sp)
|
||||||
move.w #1,-(sp)
|
move.w #1,-(sp)
|
||||||
jsr _write
|
jsr __write
|
||||||
add.l #8,sp
|
add.l #8,sp
|
||||||
rts
|
rts
|
||||||
printf:
|
printf:
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
move.l a0,-(sp)
|
move.l a0,-(sp)
|
||||||
move.l d0,-(sp)
|
move.l d0,-(sp)
|
||||||
move.l d0,.limhp
|
move.l d0,.limhp
|
||||||
jsr _brk
|
jsr __brk
|
||||||
tst.l (sp)+
|
tst.l (sp)+
|
||||||
move.l (sp)+,a0
|
move.l (sp)+,a0
|
||||||
tst.w d0
|
tst.w d0
|
||||||
|
|
Loading…
Reference in a new issue