2007-04-21 22:57:51 +00:00
|
|
|
! $Source$
|
|
|
|
! $State$
|
|
|
|
! $Revision$
|
|
|
|
|
1991-09-02 15:08:48 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .end ! only for declaration of _end, __end and endbss.
|
2007-04-21 22:57:51 +00:00
|
|
|
.define endtext, endrom, enddata, endbss, __end
|
1991-09-02 15:08:48 +00:00
|
|
|
|
|
|
|
.sect .text
|
2007-04-21 22:57:51 +00:00
|
|
|
.align 4
|
1991-09-02 15:08:48 +00:00
|
|
|
endtext:
|
2007-04-21 22:57:51 +00:00
|
|
|
.sect .rom
|
|
|
|
.align 4
|
|
|
|
endrom:
|
1991-09-02 15:08:48 +00:00
|
|
|
.sect .data
|
2007-04-21 22:57:51 +00:00
|
|
|
.align 4
|
1991-09-02 15:08:48 +00:00
|
|
|
enddata:
|
|
|
|
.sect .end
|
2007-04-21 22:57:51 +00:00
|
|
|
.align 4
|
1991-09-02 15:08:48 +00:00
|
|
|
__end:
|
|
|
|
endbss:
|