|
2 | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
3 | 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> |
4 | 4 | <book id="sjasmplus_manual"> |
5 | | - <title>SjASMPlus 1.21.0 Documentation [2025-03-15]</title> |
| 5 | + <title>SjASMPlus 1.21.1 Documentation [2026-01-16]</title> |
6 | 6 |
|
7 | 7 | <chapter id="introduction"> |
8 | 8 | <title>Introduction</title> |
|
206 | 206 | <para><variablelist> |
207 | 207 |
|
208 | 208 | <varlistentry> |
209 | | - <term>?.?.? - 1.21.1</term> |
| 209 | + <term>16.1.2026 - 1.21.1</term> |
210 | 210 | <listitem> |
211 | 211 | <synopsis> |
212 | 212 | - <link linkend="po_bplist">`BPLIST`</link> supports now also MAME |
213 | 213 | - <link linkend="nex_close">`SAVENEX CLOSE`</link> can append multiple files |
214 | 214 | - <link linkend="s_numeric">numeric constants</link> can separate/group digits also by underscore |
215 | 215 | - JR and DJNZ added to "smart" <link linkend="s_labels">SMC offset</link> instructions: `abc+*: jr $` |
216 | | -- <link linkend="po_sldopt">`SLDOPT`</link> extended with swapon/swapoff command to adjust SLD files. |
| 216 | +- <link linkend="po_sldopt">`SLDOPT`</link> extended with swapon/swapoff command to adjust SLD files |
217 | 217 | - Lua: version upgrade to 5.5.0 (from 5.4.7) |
218 | 218 | - Lua: minor extensions and modifications to API |
219 | 219 | - refactored: <link linkend="s_temp_labels">temporary labels</link> must match flow only in last pass (earlier passes can differ) |
|
223 | 223 | - fix local-label struct name usage |
224 | 224 | - warnings: added -Wfileorg when ORG is used to jump addresses while file output is active |
225 | 225 | - docs: minor fixes/extensions |
226 | | - </synopsis> |
| 226 | +</synopsis> |
227 | 227 | </listitem> |
228 | 228 | </varlistentry> |
229 | 229 |
|
|
234 | 234 | <synopsis> |
235 | 235 | - C++17 standard is now required minimum (to compile sjasmplus sources) (GCC9 for example) |
236 | 236 | - <link linkend="po_incbin">`INCBIN`</link>, <link linkend="po_inchob">`INCHOB`</link> and <link linkend="po_inctrd">`INCTRD`</link> support now include paths priority (angle <filename> vs "filename") |
237 | | -- also <link linkend="po_incbin">`SAVENEX`</link> will respect include paths for source files (BMP, append) |
| 237 | +- also <link linkend="c_savenex">`SAVENEX`</link> will respect include paths for source files (BMP, append) |
238 | 238 | - include paths which can't be opened before assembling are now reported in error message |
239 | 239 | - include paths which start with literal tilde '~' are reported in error message |
240 | 240 | - include options <link linkend="s_cli">`-i, -I, --inc`</link> can take path from next CLI argument (new recommended syntax) |
|
0 commit comments