Skip to content

Commit 99590f3

Browse files
authored
Merge pull request #10 from markdryan/markdryan/docs-and-copying
FIx a few small issues
2 parents ff5ff50 + 739ba9c commit 99590f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/next/specasm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ clean:
109109
release:
110110
- rm -rf release
111111
mkdir -p release/specasmnext
112+
cp ../../../COPYING release/specasmnext
112113
cp SPECASM SALINK SAIMPORT SAEXPORT SAMAKE release/specasmnext
113114
cp ../../../bas/next/INSTALL release/specasmnext
114115
cp ../../../bas/next/REMOVE release/specasmnext

docs/specasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ CLEAR 32767
667667
```
668668

669669
> [!TIP]
670-
> Note the CLEAR statement is not needed on the ZX Spectrum Next as .samakek is implemented as a dotn file.
670+
> Note the CLEAR statement is not needed on the ZX Spectrum Next as .samake is implemented as a dotn file.
671671
672672
will automatically create a BASIC loader. The name of the loader will be derived from the .x file that contains the .Main label. The address at which the loader loads the code is defined by the org statement in the x files, or 32768 if no org statement is provided.
673673

0 commit comments

Comments
 (0)