]> git.sur5r.net Git - cc65/commitdiff
fix indentation
authorChristian Groessler <chris@groessler.org>
Fri, 7 Mar 2014 22:10:22 +0000 (23:10 +0100)
committerChristian Groessler <chris@groessler.org>
Fri, 7 Mar 2014 22:15:57 +0000 (23:15 +0100)
libsrc/atari/crt0.s

index 771b11d6ddc17d3252e7eb536803714786965223..ec41565b5778ed5245555a8196dd356e78c74c3c 100644 (file)
@@ -100,8 +100,8 @@ start:
 
 ; Initialize conio stuff
 
-        dey                             ; Set Y to $FF
-        sty     CH                      ; remove keypress which might be in the input buffer
+        dey                     ; Set Y to $FF
+        sty     CH              ; remove keypress which might be in the input buffer
 
 ; Push arguments and call main