]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/common/copydata.s
Added missing file.
[cc65] / libsrc / geos-common / common / copydata.s
index 26e2cef10ed318865201246ad0fe6136d2d4f78b..95425aae6182357510e92f0eafa3656aae9e62b7 100644 (file)
@@ -4,10 +4,11 @@
 ; Copy the data segment from the LOAD to the RUN location
 ;
 
-       .export         copydata
-       .import         __DATA_LOAD__, __DATA_RUN__, __DATA_SIZE__
-       .include        "geossym.inc"
-       .include        "jumptab.inc"
+           .export copydata
+           .import __DATA_LOAD__, __DATA_RUN__, __DATA_SIZE__
+
+           .include "geossym.inc"
+           .include "jumptab.inc"
 
 copydata:
        lda #<__DATA_SIZE__     ; no need to check if it is == 0