<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Help to understand what the program do</title>
		<link>http://z80-heaven.wikidot.com/forum/t-1772643/help-to-understand-what-the-program-do</link>
		<description>Posts in the discussion thread &quot;Help to understand what the program do&quot; - Explain code</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 10 Aug 2026 01:02:30 +0000</lastBuildDate>
		
					<item>
				<guid>http://z80-heaven.wikidot.com/forum/t-1772643#post-7014544</guid>
				<title>(no title)</title>
				<link>http://z80-heaven.wikidot.com/forum/t-1772643/help-to-understand-what-the-program-do#post-7014544</link>
				<description></description>
				<pubDate>Sat, 24 May 2025 09:36:52 +0000</pubDate>
				<wikidot:authorName>Merilix</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>It doesnt even look like valid code but some data.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://z80-heaven.wikidot.com/forum/t-1772643#post-2566274</guid>
				<title>Re: Help to understand what the program do</title>
				<link>http://z80-heaven.wikidot.com/forum/t-1772643/help-to-understand-what-the-program-do#post-2566274</link>
				<description></description>
				<pubDate>Thu, 18 Aug 2016 12:16:51 +0000</pubDate>
				<wikidot:authorName>philsimmons</wikidot:authorName>				<wikidot:authorUserId>2815850</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>It's not possible to say what this code fragment does because there is no context and you have given no information about it.<br /> As pure code it's very straight forward but meaningless on it's own.</p> <p>You mentioned it is to do with a game and about finding a place in France. So my best guess is that this is a patch file to add or change that feature in the game.</p> <p>You should try and contact the game creators or a game players forum to find out what to do with it. Hope that helps :-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://z80-heaven.wikidot.com/forum/t-1772643#post-2545906</guid>
				<title>Help to understand what the program do</title>
				<link>http://z80-heaven.wikidot.com/forum/t-1772643/help-to-understand-what-the-program-do#post-2545906</link>
				<description></description>
				<pubDate>Sat, 30 Jul 2016 16:29:52 +0000</pubDate>
				<wikidot:authorName>geracole</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> I have received the following code to search a place in France. The game is cistes.net.</p> <div class="code"> <pre><code>LD BC, 11 NOP LD (DE), A NOP LD BC, 22 JR (PC + 8) JR (PC + 4) ADD HL, BC DEC B JR (PC + 6) DEC B NOP LD BC, 33 LD HL, 44 NOP LD D, 6 ADD HL, BC DEC B INC B NOP INC B LD HL, 55 NOP LD (DE), A ADD HL, BC DEC B JR (PC + 8) JR (PC + 4) DEC B NOP INC B DEC B NOP LD (DE), A LD BC, 77 NOP INC BC EX AF, AF' LD BC, 88 LD D, 9 DEC B LD (DE), A LD (DE), A DEC B NOP INC D INC B NOP INC B DEC B NOP INC D ADD HL, BC DEC B LD 12, (HL) JR (PC+8) DEC B NOP LD BC, 21 NOP LD 32, (HL) LD BC, 45 LD HL, 76 INC H NOP DEC B INC D NOP LD (BC), A LD HL, 53 RLCA DEC B DEC H</code></pre></div> <br /> I have no idea what it means. <p>Please, somebody could tell me what that code do.<br /> Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>