X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=libsrc%2Fgeos%2Fdevel%2Fcrt0.s;h=6d85a963107cb3d2f1cb154df3b7940b30290eb8;hb=7ecf7a7e58858282ac96f58dfad13a570dd904d2;hp=89829dd2939c4d66481f50645c37d9cb1b97e487;hpb=c7bcd948a8a577fdd164defb5132c52b8483d498;p=cc65 diff --git a/libsrc/geos/devel/crt0.s b/libsrc/geos/devel/crt0.s index 89829dd29..6d85a9631 100644 --- a/libsrc/geos/devel/crt0.s +++ b/libsrc/geos/devel/crt0.s @@ -1,23 +1,19 @@ ; -; This must be the *second* file on the linker command line -; (.cvt header must be the *first* one) - +; Startup code for geos +; ; Maciej 'YTM/Elysium' Witkowiak ; 26.10.99, 10.3.2000, 15.8.2001, 23.12.2002 + .export _exit + .export __STARTUP__ : absolute = 1 ; Mark as startup + .import __RAM_START__, __RAM_SIZE__ ; Linker generated .import initlib, donelib .import callmain .import zerobss .importzp sp - .export _exit .include "../inc/jumptab.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment.