summary refs log tree commit diff
path: root/thing.s
diff options
context:
space:
mode:
Diffstat (limited to 'thing.s')
-rw-r--r--thing.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/thing.s b/thing.s
index e5df832..115f596 100644
--- a/thing.s
+++ b/thing.s
@@ -11,8 +11,8 @@ _start:
 CHROUT:
                 pha
                 sta     ACIA_DATA
-                lda     #$FF
-.txdelay:       dec
-                bne    .txdelay
+;                 lda     #$FF
+; .txdelay:       dec
+;                 bne    .txdelay
                 pla
                 rts
\ No newline at end of file