X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fapple2%2Fexehdr.s;h=eb05e66bee1e5080b2af7dd8a11e57efd29552de;hb=7ebaec18024dc2a94de538637c20c5b4c65e530c;hp=f66b14a5c8c6d9f3d3edfb6263d0e3b6c986abf3;hpb=95686b169e9d35c7a5cb37eb07355d2de23c6d9b;p=cc65 diff --git a/libsrc/apple2/exehdr.s b/libsrc/apple2/exehdr.s index f66b14a5c..eb05e66be 100644 --- a/libsrc/apple2/exehdr.s +++ b/libsrc/apple2/exehdr.s @@ -5,12 +5,12 @@ ; containing the load address and load length. ; - .export __EXEHDR__ : absolute = 1 ; Linker referenced - .import __LOADADDR__, __LOADSIZE__ ; Linker generated + .export __EXEHDR__ : absolute = 1 ; Linker referenced + .import __LOADADDR__, __LOADSIZE__ ; Linker generated ; ------------------------------------------------------------------------ .segment "EXEHDR" - .addr __LOADADDR__ ; Load address - .word __LOADSIZE__ ; Load length + .addr __LOADADDR__ ; Load address + .word __LOADSIZE__ ; Load length