]> git.sur5r.net Git - cc65/blobdiff - testcode/grc/vlir2.s
clock-test.c: remove "static" optimization
[cc65] / testcode / grc / vlir2.s
index d376eee1ba153139145bc6267f18d5a9c44a46d5..9d180c847836d367cbfbd2655eb113b50b896956 100644 (file)
@@ -5,32 +5,32 @@
 
 ; similar to vlir1.s except the fact that this is chain #2
 
-           .include "../../libsrc/geos/inc/const.inc"
-           .include "../../libsrc/geos/inc/jumptab.inc"
-           .include "../../libsrc/geos/inc/geossym.inc"
-           .include "../../libsrc/geos/inc/geosmac.inc"
+            .include "../../libsrc/geos/inc/const.inc"
+            .include "../../libsrc/geos/inc/jumptab.inc"
+            .include "../../libsrc/geos/inc/geossym.inc"
+            .include "../../libsrc/geos/inc/geosmac.inc"
 
-           .export OVERLAY2_Function1
-           .export OVERLAY2_Function2
+            .export OVERLAY2_Function1
+            .export OVERLAY2_Function2
 
-               .segment "OVERLAY2"
+                .segment "OVERLAY2"
 
-OVERLAY2_Function1:            jmp Function1
-OVERLAY2_Function2:            jmp Function2
-               ; etc.
+OVERLAY2_Function1:             jmp Function1
+OVERLAY2_Function2:             jmp Function2
+                ; etc.
 
 paramString:
-               .byte DEF_DB_POS | 1
-               .byte DBTXTSTR, TXT_LN_X, TXT_LN_2_Y
-               .word line1
-               .byte DBTXTSTR, TXT_LN_X, TXT_LN_3_Y
-               .word line2
-               .byte OK, DBI_X_0, DBI_Y_2
-               .byte NULL
-
-Function2:     LoadW r0, paramString
-               jsr DoDlgBox
-Function1:     rts
-
-line1:         .byte "This is in module 2",0
-line2:         .byte "This is in module 2",0
+                .byte DEF_DB_POS | 1
+                .byte DBTXTSTR, TXT_LN_X, TXT_LN_2_Y
+                .word line1
+                .byte DBTXTSTR, TXT_LN_X, TXT_LN_3_Y
+                .word line2
+                .byte OK, DBI_X_0, DBI_Y_2
+                .byte NULL
+
+Function2:      LoadW r0, paramString
+                jsr DoDlgBox
+Function1:      rts
+
+line1:          .byte "This is in module 2",0
+line2:          .byte "This is in module 2",0