summary refs log tree commit diff
path: root/thing.s
diff options
context:
space:
mode:
Diffstat (limited to 'thing.s')
-rw-r--r--thing.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/thing.s b/thing.s
index 115f596..5e03ad8 100644
--- a/thing.s
+++ b/thing.s
@@ -6,6 +6,8 @@ ACIA_CTRL	= $5003
 _start:
   lda #$64
   jsr CHROUT
+  lda #$20
+  pha
   BRK
 
 CHROUT: