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 _write
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _write
.text
.sect .text
_write: move.w #0x4,d0
move.w 4(sp),a0
move.l 6(sp),d1