Skip to content

Commit

Permalink
v1.17.0 release prepared third time...
Browse files Browse the repository at this point in the history
Adding changelog about `out (c),0` producing warning and fixing typo
  • Loading branch information
ped7g committed Aug 10, 2020
1 parent 58eee85 commit e3ba8aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- `STRUCT` has new [`TEXT`](http://z00m128.github.io/sjasmplus/documentation.html#st_text) pseudo-instruction to define "DB-like" data
- [`STRUCT` initializer block](http://z00m128.github.io/sjasmplus/documentation.html#st_usage) can be now multi-line (when correctly enclosed in curly braces)
- [`EQU`](http://z00m128.github.io/sjasmplus/documentation.html#po_equ) now allows for optional override of page number assigned to the new symbol
- new [$$$ and $$$ operators](http://z00m128.github.io/sjasmplus/documentation.html#s_expressions) to retrieve "physical" address/page inside DISP block
- new [$$$ and $$$$ operators](http://z00m128.github.io/sjasmplus/documentation.html#s_expressions) to retrieve "physical" address/page inside DISP block
- instruction `out (c),0` now emits warning (can be suppressed by the "; ok" comment)
- fixed listing of structures using long BLOCK fields (machine code was correct, but listing not)
- fixed some memory leaks, undefined behaviour and unaligned memory access

Expand Down
3 changes: 2 additions & 1 deletion docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
<pre class="synopsis">- `STRUCT` has new <a class="link" href="#st_text">`TEXT`</a> pseudo-instruction to define "DB-like" data (<a class="ulink" href="https://github.com/z00m128/sjasmplus/issues/93" target="_top">Issue #93</a>)
- <a class="link" href="#st_usage">`STRUCT` initializer block</a> can be now multi-line (when correctly enclosed in curly braces)
- <a class="link" href="#po_equ">`EQU`</a> now allows for optional override of page number assigned to the new symbol
- new <a class="link" href="#s_expressions">$$$ and $$$ operators</a> to retrieve "physical" address/page inside DISP block
- new <a class="link" href="#s_expressions">$$$ and $$$$ operators</a> to retrieve "physical" address/page inside DISP block
- instruction `out (c),0` now emits warning (can be suppressed by the "; ok" comment)
- fixed listing of structures using long BLOCK fields (machine code was correct, but listing not)
- fixed some memory leaks, undefined behaviour and unaligned memory access
</pre>
Expand Down
3 changes: 2 additions & 1 deletion docs/documentation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@
<synopsis>- `STRUCT` has new <link linkend="st_text">`TEXT`</link> pseudo-instruction to define "DB-like" data (<ulink url="https://github.com/z00m128/sjasmplus/issues/93">Issue #93</ulink>)
- <link linkend="st_usage">`STRUCT` initializer block</link> can be now multi-line (when correctly enclosed in curly braces)
- <link linkend="po_equ">`EQU`</link> now allows for optional override of page number assigned to the new symbol
- new <link linkend="s_expressions">$$$ and $$$ operators</link> to retrieve "physical" address/page inside DISP block
- new <link linkend="s_expressions">$$$ and $$$$ operators</link> to retrieve "physical" address/page inside DISP block
- instruction `out (c),0` now emits warning (can be suppressed by the "; ok" comment)
- fixed listing of structures using long BLOCK fields (machine code was correct, but listing not)
- fixed some memory leaks, undefined behaviour and unaligned memory access
</synopsis>
Expand Down

0 comments on commit e3ba8aa

Please sign in to comment.