home *** CD-ROM | disk | FTP | other *** search
- CALL macro
- xref _LVO\1
- jsr _LVO\1(a6)
- endm
-
- csect sprintf_routine,0,2,0,4
-
- xdef _SPRINTF
- xdef __SPrintfA
-
- *--------------------------------------------------------------------------
-
- __SPrintfA:
- rts
-
- _SPRINTF:
- movem.l a2/a3/a6,-(sp)
-
- movea.l 4+12(sp),a3
- movea.l 8+12(sp),a0
- lea 12+12(sp),a1
- lea pushchar,a2
-
- movea.l 4,a6
- jsr -522(a6)
-
- movem.l (sp)+,a2/a3/a6
-
- rts
-
-
- pushchar:
- move.b d0,(a3)+
- rts
-
- end
-