Adapted to use of new assembler.

This commit is contained in:
ceriel
1986-07-22 13:23:14 +00:00
parent 3a13b60c06
commit 6cd49ed46c
57 changed files with 293 additions and 64 deletions

View File

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