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