X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fgeos-common%2Fcommon%2Fcopydata.s;h=95425aae6182357510e92f0eafa3656aae9e62b7;hb=340565f7c5fca9c65f2cfdc7d5fea4b0895b8657;hp=26e2cef10ed318865201246ad0fe6136d2d4f78b;hpb=5f4129f14d24b33c44d7cec84c87c1e9900f1578;p=cc65 diff --git a/libsrc/geos-common/common/copydata.s b/libsrc/geos-common/common/copydata.s index 26e2cef10..95425aae6 100644 --- a/libsrc/geos-common/common/copydata.s +++ b/libsrc/geos-common/common/copydata.s @@ -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