Skip to content

Commit

Permalink
Merge pull request #10 from markdryan/markdryan/docs-and-copying
Browse files Browse the repository at this point in the history
FIx a few small issues
  • Loading branch information
markdryan authored Jan 29, 2024
2 parents ff5ff50 + 739ba9c commit 99590f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/next/specasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ clean:
release:
- rm -rf release
mkdir -p release/specasmnext
cp ../../../COPYING release/specasmnext
cp SPECASM SALINK SAIMPORT SAEXPORT SAMAKE release/specasmnext
cp ../../../bas/next/INSTALL release/specasmnext
cp ../../../bas/next/REMOVE release/specasmnext
Expand Down
2 changes: 1 addition & 1 deletion docs/specasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ CLEAR 32767
```

> [!TIP]
> Note the CLEAR statement is not needed on the ZX Spectrum Next as .samakek is implemented as a dotn file.
> Note the CLEAR statement is not needed on the ZX Spectrum Next as .samake is implemented as a dotn file.
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.

Expand Down

0 comments on commit 99590f3

Please sign in to comment.