summary refs log tree commit diff
path: root/thing.s
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-04-02 21:30:39 +0300
committerWlodekM <[email protected]>2025-04-02 21:30:39 +0300
commit1c8ceec85d5ed4ad6126ac0d82cfe285cff7eb7a (patch)
treeab79247f35408f2e5a7e1995c10e608125ac43e4 /thing.s
parent9164665373091fb06ecb06431338118079f4b129 (diff)
instructions
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