From 1c8ceec85d5ed4ad6126ac0d82cfe285cff7eb7a Mon Sep 17 00:00:00 2001 From: WlodekM Date: Wed, 2 Apr 2025 21:30:39 +0300 Subject: instructions --- thing.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thing.s') 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 -- cgit 1.4.1-2-gfad0