.sect .text added

This commit is contained in:
bal 1985-07-19 13:43:03 +00:00
parent 479827380c
commit 04cee55976
4 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@
.sect .data
.sect .bss
.extern _execl
.sect .text
_execl: link a6,#0
tst.b -132(sp)
move.l _environ,-(sp)

View file

@ -4,6 +4,7 @@
.sect .data
.sect .bss
.extern _fstat
.sect .text
_fstat: move.w #0x1C,d0
move.w 4(sp),a0
move.l 6(sp),d1

View file

@ -5,6 +5,7 @@
.sect .bss
.extern _signal
NSIG=32
.sect .text
_signal:
move.w 4(sp), d0
ext.l d0

View file

@ -4,6 +4,7 @@
.sect .data
.sect .bss
.extern _wait
.sect .text
_wait: move.w #0x7,d0
move.l 4(sp),a0
trap #0