added new routines for ansi

This commit is contained in:
eck
1990-01-22 11:14:56 +00:00
parent 7af411f637
commit ab0ce6b989
27 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.define __write
.extern __write
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__write: move.w #0x4,d0
move.l 4(sp),a0
move.l 8(sp),d1
move.l 12(sp),a1
jmp call