<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SagaDS</id>
		<title>CPCWiki - THE Amstrad CPC encyclopedia! - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SagaDS"/>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php/Special:Contributions/SagaDS"/>
		<updated>2026-08-29T02:34:55Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=A_little_optimization_for_Z80_Assembler&amp;diff=108358</id>
		<title>A little optimization for Z80 Assembler</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=A_little_optimization_for_Z80_Assembler&amp;diff=108358"/>
				<updated>2021-12-20T10:32:11Z</updated>
		
		<summary type="html">&lt;p&gt;SagaDS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So, you want to optimize your assembler code a little bit ?&lt;br /&gt;
&lt;br /&gt;
Here are some &amp;quot;generic&amp;quot; ways to speed up / shorten your Z80 progs a little bit:&lt;br /&gt;
&lt;br /&gt;
* CP 0 -&amp;gt; OR A&lt;br /&gt;
* LD A,0 -&amp;gt; XOR A&lt;br /&gt;
* CALL nn : RET -&amp;gt; JP NN&lt;br /&gt;
* BIT 0,A : JR NZ,n -&amp;gt; RRA : JR C,n&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
&lt;br /&gt;
http://shiar.nl/calc/z80/optimize&lt;br /&gt;
&lt;br /&gt;
http://wikiti.brandonw.net/index.php?title=Z80_Optimization&lt;br /&gt;
&lt;br /&gt;
http://z80-heaven.wikidot.com/optimization&lt;br /&gt;
&lt;br /&gt;
[http://map.grauw.nl/articles/fast_loops.php Faster Loops]&lt;br /&gt;
&lt;br /&gt;
http://www.ticalc.org/archives/files/fileinfo/285/28502.html&lt;br /&gt;
&lt;br /&gt;
https://github.com/santiontanon/mdlz80optimizer&lt;br /&gt;
&lt;br /&gt;
[[Category:Assembler]]&lt;/div&gt;</summary>
		<author><name>SagaDS</name></author>	</entry>

	</feed>