diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-09-14 22:03:40 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-09-14 22:03:40 +0100 |
commit | ace88543a32f2c6dfc6a3aa17bd9a35f55a0b1d8 (patch) | |
tree | 6ee71fcfa7dc4d38c846581ee303ce91945d7b14 /src/example/spectrum.asm | |
parent | b1aa1e289accb74e8de252cfeee86f1eed56eddb (diff) |
Added option for BASIC loader to Spectrum TAP file.
Diffstat (limited to 'src/example/spectrum.asm')
-rw-r--r-- | src/example/spectrum.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/example/spectrum.asm b/src/example/spectrum.asm index 01175f9..70cb6ea 100644 --- a/src/example/spectrum.asm +++ b/src/example/spectrum.asm @@ -8,8 +8,10 @@ option output-file,spectrum.tap option output-format,spectrum + option +spectrum-loader + option spectrum-start,start - org 32768 +start: org 32768 ld a,0 loop: |