Adapted to use of the new assembler & linker

This commit is contained in:
keie
1985-06-04 11:18:09 +00:00
parent a9bbf81f93
commit 0370ea6d61
45 changed files with 242 additions and 95 deletions

View File

@@ -1,6 +1,10 @@
.define _creat
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _creat
.text
.sect .text
_creat: move.w #0x8,d0
move.l 4(sp),a0
move.w 8(sp),d1