diff options
Diffstat (limited to 'thing.s')
-rw-r--r-- | thing.s | 3 |
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 |