1985-07-26 11:56:24 +00:00
|
|
|
.define endtext,enddata,endbss
|
|
|
|
.define _end, _etext, _edata
|
1987-01-16 16:49:46 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .text
|
1985-07-26 11:56:24 +00:00
|
|
|
|
1987-01-16 16:49:46 +00:00
|
|
|
.sect .text
|
1985-07-26 11:56:24 +00:00
|
|
|
endtext:
|
|
|
|
_etext:
|
|
|
|
.align 4
|
1987-01-16 16:49:46 +00:00
|
|
|
.sect .data
|
1985-07-26 11:56:24 +00:00
|
|
|
enddata:
|
|
|
|
_edata:
|
|
|
|
.align 4
|
1987-01-16 16:49:46 +00:00
|
|
|
.sect .bss
|
1985-07-26 11:56:24 +00:00
|
|
|
.align 4
|
|
|
|
endbss:
|
|
|
|
_end:
|