diff options
author | WlodekM <[email protected]> | 2025-04-04 10:38:16 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-04-04 10:38:16 +0300 |
commit | 562e6237bb58919d800f431cb38de1784efbbe98 (patch) | |
tree | af9e7e1b3271a17df26079d2b709c130f0cacc3b /thing.s | |
parent | e2568226af4af2d3b27e9e1a775e7244c5ef7191 (diff) |
try to test,,, and fail
Diffstat (limited to 'thing.s')
-rw-r--r-- | thing.s | 2 |
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: |