From: Stephan Mühlstrasser Date: Fri, 13 Mar 2015 23:06:00 +0000 (+0100) Subject: Fix bad tabbing X-Git-Tag: V2.15~15^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4836cf9842722bde1d5ac760ef91b80c6fe8fd15;p=cc65 Fix bad tabbing --- diff --git a/libsrc/osic1p/bootstrap.s b/libsrc/osic1p/bootstrap.s index b7c10a525..806532791 100644 --- a/libsrc/osic1p/bootstrap.s +++ b/libsrc/osic1p/bootstrap.s @@ -45,8 +45,8 @@ GETCHAR := $FFBF ; gets one character from ACIA FIRSTVISC = $85 ; Offset of first visible character in video RAM LINEDIST = $20 ; Offset in video RAM between two lines - lda #0 - sta load + lda #0 + sta load lda #load_addr tay