2013-05-07 23:48:48 +00:00
|
|
|
! $Source: /cvsroot/tack/Ack/mach/i386/libend/em_end.s,v $
|
|
|
|
! $State: Exp $
|
|
|
|
! $Revision: 1.2 $
|
|
|
|
|
1991-09-02 17:27:44 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .end ! only for declaration of _end, __end and endbss.
|
2013-05-07 23:48:48 +00:00
|
|
|
.define endtext, endrom, enddata, endbss, __end
|
1991-09-02 17:27:44 +00:00
|
|
|
|
|
|
|
.sect .text
|
2013-05-07 23:48:48 +00:00
|
|
|
.align 4
|
1991-09-02 17:27:44 +00:00
|
|
|
endtext:
|
2013-05-07 23:48:48 +00:00
|
|
|
.sect .rom
|
|
|
|
.align 4
|
|
|
|
endrom:
|
1991-09-02 17:27:44 +00:00
|
|
|
.sect .data
|
2013-05-07 23:48:48 +00:00
|
|
|
.align 4
|
1991-09-02 17:27:44 +00:00
|
|
|
enddata:
|
|
|
|
.sect .end
|
2013-05-07 23:48:48 +00:00
|
|
|
.align 4
|
1991-09-02 17:27:44 +00:00
|
|
|
__end:
|
|
|
|
endbss:
|