<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ABCALLs%3A400C</id>
		<title>83Plus:BCALLs:400C - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ABCALLs%3A400C"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:400C&amp;action=history"/>
		<updated>2026-04-05T20:16:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:400C&amp;diff=3502&amp;oldid=prev</id>
		<title>Woozle at 22:59, 7 April 2005</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:400C&amp;diff=3502&amp;oldid=prev"/>
				<updated>2005-04-07T22:59:32Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:83Plus:BCALLs:By Name:Utility|CpHLDE]] [[Category:83Plus:BCALLs:By Name|CpHLDE]] [[Category:83Plus:BCALLs:By Address|400C - CpHLDE]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' CpHLDE&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 400C&lt;br /&gt;
&lt;br /&gt;
Compares HL and DE.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* HL: operand 1&lt;br /&gt;
* DE: operand 2&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* Z set if DE=HL&lt;br /&gt;
* C set if DE&amp;gt;HL&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* none&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
Simple enough to implement if speed is important&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 ld hl,3&lt;br /&gt;
 ld de,4&lt;br /&gt;
 B_CALL CpHLDE  ;should return nz and c&lt;br /&gt;
 ld de,3&lt;br /&gt;
 B_CALL CpHLDE  ;should return z and nc&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>	</entry>

	</feed>