1990-09-27 14:29:09 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.define endtext,enddata,endbss,__end
|
|
|
|
.sect .text
|
|
|
|
.align 4
|
|
|
|
.sect .rom
|
|
|
|
.align 4
|
|
|
|
.sect .data
|
|
|
|
.align 4
|
|
|
|
.sect .bss
|
|
|
|
.align 4
|
1990-09-28 09:29:51 +00:00
|
|
|
.sect .end ! only for declaration of _end, __end and endbss.
|
1990-09-27 14:29:09 +00:00
|
|
|
|
|
|
|
.sect .text
|
|
|
|
endtext:
|
|
|
|
.sect .data
|
|
|
|
enddata:
|
|
|
|
.sect .end
|
|
|
|
__end:
|
|
|
|
endbss:
|