Update sjasmplus

This commit is contained in:
2026-08-28 22:36:36 +01:00
parent 2a8eeef0d2
commit 80b0e83b1e
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
# Development tools for the ZX Spectrum v9.1
# Development tools for the ZX Spectrum v9.2
The Dockerfile is the basis of the devcontainer and can be changed to add or remove tools. It will take a long time to build locally, so by default the devcontainer will pull a prebuilt version. Edit `.devcontainer/devcontainer.json` if you would rather build your own.
The devcontainer contains:
- pasmo version 0.5.3 (assembler)
- sjasmplus version 1.23.1 (assembler)
- sjasmplus version 1.24.0 (assembler)
- z80asm version 1.8 (assembler)
- z80dasm version 1.1.6 (disassembler)
- zmakebas version 1.2b (creates BASIC programs)
@@ -79,9 +79,9 @@ Thanks to the many authors of these wonderful tools and extensions; to think wha
The base has been updated from Ubuntu 24.04 to Ubuntu 26.04, largely to bring in python 3.14 which is required for the current release of Boriel BASIC. This may cause some issues, so please report bugs. z88dk is still being built on 24.04 but should be ABI compatible. Again, please report any bugs you find.
## New additions from v9.0
## New additions from v9.1
Minor version update for skoolkit.
Minor version update for sjasmplus.
## Install