Added a definition of endrom.
This commit is contained in:
parent
5165f0b11f
commit
809cd2ef0b
1 changed files with 7 additions and 1 deletions
|
@ -1,12 +1,18 @@
|
||||||
|
! $Source$
|
||||||
|
! $State$
|
||||||
|
! $Revision$
|
||||||
|
|
||||||
.sect .text
|
.sect .text
|
||||||
.sect .rom
|
.sect .rom
|
||||||
.sect .data
|
.sect .data
|
||||||
.sect .bss
|
.sect .bss
|
||||||
.sect .end ! only for declaration of _end, __end and endbss.
|
.sect .end ! only for declaration of _end, __end and endbss.
|
||||||
.define endtext,enddata,endbss,__end
|
.define endtext, endrom, enddata, endbss, __end
|
||||||
|
|
||||||
.sect .text
|
.sect .text
|
||||||
endtext:
|
endtext:
|
||||||
|
.sect .rom
|
||||||
|
endrom:
|
||||||
.sect .data
|
.sect .data
|
||||||
enddata:
|
enddata:
|
||||||
.sect .end
|
.sect .end
|
||||||
|
|
Loading…
Add table
Reference in a new issue