diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-03-22 00:21:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-03-22 00:21:37 +0000 |
commit | fdef5d70c1890c7970f31061184a73e699ccd9fb (patch) | |
tree | 392d0daa0dee17867833f53c008a498d52e8ec11 /src/example/c64.asm | |
parent | 7c361248bba7799400dee7b7b1dc33f5dadcf3a4 (diff) |
Fixes to T64 output.
Diffstat (limited to 'src/example/c64.asm')
-rw-r--r-- | src/example/c64.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/c64.asm b/src/example/c64.asm index 5e80223..e627e32 100644 --- a/src/example/c64.asm +++ b/src/example/c64.asm @@ -8,7 +8,7 @@ option output-file,c64.t64 option output-format,t64 - org $6000 + org $820 lda #0 clc |