summary refs log tree commit diff
path: root/thing.s
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-04-04 10:38:16 +0300
committerWlodekM <[email protected]>2025-04-04 10:38:16 +0300
commit562e6237bb58919d800f431cb38de1784efbbe98 (patch)
treeaf9e7e1b3271a17df26079d2b709c130f0cacc3b /thing.s
parente2568226af4af2d3b27e9e1a775e7244c5ef7191 (diff)
try to test,,, and fail
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: