New installation mechanism
This commit is contained in:
7
mach/i80/libend/end.s
Normal file
7
mach/i80/libend/end.s
Normal file
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.define _end
|
||||
.sect .end ! only for declaration of _end, __end and endbss.
|
||||
_end:
|
||||
Reference in New Issue
Block a user