diff options
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/Makefile | 2 | ||||
-rw-r--r-- | src/example/c64.asm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/example/Makefile b/src/example/Makefile index 13d24bb..e9ddfce 100644 --- a/src/example/Makefile +++ b/src/example/Makefile @@ -25,6 +25,8 @@ CASM = ../casm all: $(ALL) +remake: clean all + spectrum.tap: spectrum.asm $(CASM) spectrum.asm 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 |