Adapated to use of new linker & assembler.

This commit is contained in:
keie
1985-06-04 11:30:54 +00:00
parent 8fb74f3199
commit dc41f07f89
10 changed files with 59 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
.define _pipe
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern _pipe
_pipe:
move.w #0x2A,d0