summary refs log tree commit diff
path: root/thing.s
diff options
context:
space:
mode:
Diffstat (limited to 'thing.s')
-rw-r--r--thing.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/thing.s b/thing.s
index d2e3f9d..5fefcd3 100644
--- a/thing.s
+++ b/thing.s
@@ -1,2 +1,3 @@
-  lda #$ff
+  lda #$55
+  sta $00
   brk
\ No newline at end of file