<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Conditional_assembly</id>
		<title>Conditional assembly - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Conditional_assembly"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Conditional_assembly&amp;action=history"/>
		<updated>2026-04-26T21:32:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=Conditional_assembly&amp;diff=36423&amp;oldid=prev</id>
		<title>Jnc: Can't believe we didn't have this one either</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Conditional_assembly&amp;diff=36423&amp;oldid=prev"/>
				<updated>2025-06-28T17:26:50Z</updated>
		
		<summary type="html">&lt;p&gt;Can&amp;#039;t believe we didn&amp;#039;t have this one either&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Conditional assembly''' (originally in [[assembly language]], later called '''conditional compilation''' in other [[programming language]]s)) is a mechanism used to produce multiple versions of a [[program]]'s [[object code]] from a single set of [[source code]].&lt;br /&gt;
&lt;br /&gt;
It consists of [[conditional]] [[statement]]s, inserted into the source, which conditionally direct the assembler/[[compiler]] to ignore source until a matching statement further down the source directs it to resume normal processing. The operation/non-operation of the conditional control statements are controlled by [[expression]]s in the statements, using [[variable]]s which are assigned [[value]]s in a number of ways (e.g. in [[source file]]s, on the [[command line]], etc.)&lt;br /&gt;
&lt;br /&gt;
[[Category: Software Basics]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>