Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Jan 4, 2024
1 parent 6d9ee54 commit 64c6cb0
Show file tree
Hide file tree
Showing 7 changed files with 237 additions and 143 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG_md.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h3>Table of Contents</h3>

<ul class="link-list" role="directory">
<li><a href="#label-v1.1.1.pre-2">v1.1.1.pre-2</a>
<li><a href="#label-Z80-3A">Z80:</a>
<li><a href="#label-ZXLib-3A">ZXLib:</a>
<li><a href="#label-v1.1.0">v1.1.0</a>
<li><a href="#label-Z80-3A">Z80:</a>
Expand Down Expand Up @@ -94,17 +95,24 @@ <h3>Pages</h3>

<h1 id="label-v1.1.1.pre-2">v1.1.1.pre-2<span><a href="#label-v1.1.1.pre-2">&para;</a> <a href="#top">&uarr;</a></span></h1>

<h2 id="label-Z80-3A">Z80:<span><a href="#label-Z80-3A">&para;</a> <a href="#top">&uarr;</a></span></h2>
<ul><li>
<p>New macro <a href="Z80/MathInt/Macros.html#method-i-mul8_signed"><code>Z80::MathInt::Macros#mul8_signed</code></a>.</p>
</li><li>
<p>Saved 1 cycle on macro <a href="Z80/MathInt/Macros.html#method-i-mul"><code>Z80::MathInt::Macros#mul</code></a>.</p>
</li><li>
<p>New macro <a href="Z80/MathInt/Macros.html#method-i-sign_extend"><code>Z80::MathInt::Macros#sign_extend</code></a>.</p>
</li><li>
<p>New options :k_int24 and :optimize for <a href="Z80/MathInt/Macros.html#method-i-mul8_24"><code>Z80::MathInt::Macros#mul8_24</code></a>, saved 2 cycles.</p>
</li></ul>

<h2 id="label-ZXLib-3A">ZXLib:<span><a href="#label-ZXLib-3A">&para;</a> <a href="#top">&uarr;</a></span></h2>
<ul><li>
<p>New macro <a href="ZXLib/Gfx/Macros.html#method-i-ytoattr"><code>ZXLib::Gfx::Macros#ytoattr</code></a>.</p>
</li><li>
<p>Internal labels <code>preshift_p</code>, <code>pmask_in_e</code>, <code>px_bsh_in_ae</code> added to <a href="ZXLib/Gfx/Draw/Macros.html"><code>ZXLib::Gfx::Draw::Macros</code></a> for convenience and alternative entry points.</p>
</li><li>
<p>New routines in <a href="ZXLib/Gfx/Draw/Macros.html"><code>ZXLib::Gfx::Draw::Macros</code></a> for updating draw line functions in place.</p>
</li><li>
<p>New macro <a href="Z80/MathInt/Macros.html#method-i-mul8_signed"><code>Z80::MathInt::Macros#mul8_signed</code></a>.</p>
</li><li>
<p>Saved 1 cycle on macro <a href="Z80/MathInt/Macros.html#method-i-mul"><code>Z80::MathInt::Macros#mul</code></a>.</p>
</li></ul>

<h1 id="label-v1.1.0">v1.1.0<span><a href="#label-v1.1.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
Expand Down
143 changes: 111 additions & 32 deletions Z80/MathInt/Macros.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions created.rid
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Wed, 03 Jan 2024 01:07:34 +0100
Thu, 04 Jan 2024 05:29:13 +0100
README.rdoc Tue, 16 Nov 2021 02:46:54 +0100
LICENSE.md Tue, 12 Nov 2019 19:21:22 +0100
CHANGELOG.md Wed, 03 Jan 2024 01:03:58 +0100
CHANGELOG.md Thu, 04 Jan 2024 05:06:44 +0100
lib/z80.rb Wed, 04 Jan 2023 15:29:22 +0100
lib/z80/labels.rb Wed, 04 Jan 2023 15:09:14 +0100
lib/z80/macros.rb Wed, 04 Jan 2023 15:09:46 +0100
lib/z80/math_i.rb Wed, 03 Jan 2024 00:42:50 +0100
lib/z80/math_i.rb Thu, 04 Jan 2024 03:44:48 +0100
lib/z80/mnemonics.rb Wed, 04 Jan 2023 15:13:54 +0100
lib/z80/registers.rb Wed, 04 Jan 2023 15:14:26 +0100
lib/z80/select.rb Wed, 04 Jan 2023 15:14:50 +0100
Expand Down
Binary file modified examples/quat3d128.tap
Binary file not shown.
2 changes: 1 addition & 1 deletion js/search_index.js

Large diffs are not rendered by default.

Binary file modified js/search_index.js.gz
Binary file not shown.
Loading

0 comments on commit 64c6cb0

Please sign in to comment.