<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Machine_language</id>
		<title>Machine language - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Machine_language"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;action=history"/>
		<updated>2026-04-04T03:51:13Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=28677&amp;oldid=prev</id>
		<title>Jsummers at 14:12, 14 August 2017</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=28677&amp;oldid=prev"/>
				<updated>2017-08-14T14:12:36Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 14:12, 14 August 2017&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Machine language''' is the low-level language that is executed directly by a processor (CPU). It consists of a series of raw bytes that generally do not look meaningful as [[ASCII]] text, unlike the [[source code]] of most programming languages. A machine language program is stored directly as a binary [[Executables|executable file]] which can be run on the target machine. [[Assembly language]] is one step up from machine language, consisting of more human-readable code which assembles into machine language. Still-higher-level languages like [[C]] or [[BASIC]] are either compiled into machine language, compiled into intermediate code of some sort, or run by an interpreter, but eventually they become machine language instructions because that is all the processor understands directly.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Machine language''' is the low-level language that is executed directly by a processor (CPU). It consists of a series of raw bytes that generally do not look meaningful as [[ASCII]] text, unlike the [[source code]] of most programming languages. A machine language program is stored directly as a binary [[Executables|executable file]] which can be run on the target machine. [[Assembly language]] is one step up from machine language, consisting of more human-readable code which assembles into machine language. Still-higher-level languages like [[C]] or [[BASIC]] are either compiled into machine language, compiled into intermediate code of some sort, or run by an interpreter, but eventually they become machine language instructions because that is all the processor understands directly.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Machine language is actually not the very lowest-level language; there are &amp;quot;microcode&amp;quot; instructions embedded within processor chips that actually carry out the instructions of machine language by breaking them up into even more primitive operations, but only chip designers need to worry about that level.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Machine language is actually not the very lowest-level language; there are &amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[&lt;/ins&gt;microcode&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]]&lt;/ins&gt;&amp;quot; instructions embedded within processor chips that actually carry out the instructions of machine language by breaking them up into even more primitive operations, but only chip designers need to worry about that level.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Few programmers deal directly with machine language, either; while at one point in the old days &amp;quot;geeks&amp;quot; toggled machine language programs into a computer bit-by-bit, or on even more primitive computers actually changed the wiring to represent the instructions of a program, in modern times even assembly language isn't used as much as it used to be, with programmers doing most of their work in higher-level languages, and even the compilers for those languages are often written in other high-level languages. (Somebody had to create machine-level code at some point to get all those higher-level things to work, though!)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Few programmers deal directly with machine language, either; while at one point in the old days &amp;quot;geeks&amp;quot; toggled machine language programs into a computer bit-by-bit, or on even more primitive computers actually changed the wiring to represent the instructions of a program, in modern times even assembly language isn't used as much as it used to be, with programmers doing most of their work in higher-level languages, and even the compilers for those languages are often written in other high-level languages. (Somebody had to create machine-level code at some point to get all those higher-level things to work, though!)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jsummers</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=19870&amp;oldid=prev</id>
		<title>Dan Tobias: /* Links */</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=19870&amp;oldid=prev"/>
				<updated>2014-12-04T02:19:35Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Links&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 02:19, 4 December 2014&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Links ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Links ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[Wikipedia:Machine code|Wikipedia article]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[Wikipedia:Machine code|Wikipedia article]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [http://cpudb.stanford.edu/ CPU database: list of processor chips]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=16594&amp;oldid=prev</id>
		<title>Dan Tobias at 22:47, 9 March 2014</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=16594&amp;oldid=prev"/>
				<updated>2014-03-09T22:47:36Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:47, 9 March 2014&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;|subcat=Programming Languages&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;|subcat=Programming Languages&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Machine language''' is the low-level language that is executed directly by a processor (CPU). It consists of a series of raw bytes that generally do not look meaningful as [[ASCII]] text, unlike the [[source code]] of most programming languages. A machine language program is stored directly as a binary [[Executables|executable file]] which can be run on the target machine. [[Assembly language]] is one step up from machine language, consisting of more human-readable code which assembles into machine language. Still-higher-level languages like [[C]] or [[BASIC]] are either compiled into machine language, compiled into intermediate code of some sort, or run by an interpreter, but eventually they become machine language instructions because that is all the processor understands directly.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Machine language''' is the low-level language that is executed directly by a processor (CPU). It consists of a series of raw bytes that generally do not look meaningful as [[ASCII]] text, unlike the [[source code]] of most programming languages. A machine language program is stored directly as a binary [[Executables|executable file]] which can be run on the target machine. [[Assembly language]] is one step up from machine language, consisting of more human-readable code which assembles into machine language. Still-higher-level languages like [[C]] or [[BASIC]] are either compiled into machine language, compiled into intermediate code of some sort, or run by an interpreter, but eventually they become machine language instructions because that is all the processor understands directly.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=10030&amp;oldid=prev</id>
		<title>Dan Tobias at 22:17, 24 February 2013</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=10030&amp;oldid=prev"/>
				<updated>2013-02-24T22:17:42Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:17, 24 February 2013&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 9:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 9:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Few programmers deal directly with machine language, either; while at one point in the old days &amp;quot;geeks&amp;quot; toggled machine language programs into a computer bit-by-bit, or on even more primitive computers actually changed the wiring to represent the instructions of a program, in modern times even assembly language isn't used as much as it used to be, with programmers doing most of their work in higher-level languages, and even the compilers for those languages are often written in other high-level languages. (Somebody had to create machine-level code at some point to get all those higher-level things to work, though!)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Few programmers deal directly with machine language, either; while at one point in the old days &amp;quot;geeks&amp;quot; toggled machine language programs into a computer bit-by-bit, or on even more primitive computers actually changed the wiring to represent the instructions of a program, in modern times even assembly language isn't used as much as it used to be, with programmers doing most of their work in higher-level languages, and even the compilers for those languages are often written in other high-level languages. (Somebody had to create machine-level code at some point to get all those higher-level things to work, though!)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;Machine language is very specific to particular processor types, so any program in one processor's language (e.g., a Pentium chip) would not run directly in other processors (e.g., a 68000) unless that chip were specifically designed to be compatible.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;== Links ==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [[Wikipedia:Machine code|Wikipedia article]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=10029&amp;oldid=prev</id>
		<title>Dan Tobias: Created page with &quot;{{FormatInfo |formattype=Languages |subcat=Programming Languages }}  '''Machine language''' is the low-level language that is executed directly by a processor (CPU). It consis...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Machine_language&amp;diff=10029&amp;oldid=prev"/>
				<updated>2013-02-24T22:15:22Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo |formattype=Languages |subcat=Programming Languages }}  &amp;#039;&amp;#039;&amp;#039;Machine language&amp;#039;&amp;#039;&amp;#039; is the low-level language that is executed directly by a processor (CPU). It consis...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=Languages&lt;br /&gt;
|subcat=Programming Languages&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Machine language''' is the low-level language that is executed directly by a processor (CPU). It consists of a series of raw bytes that generally do not look meaningful as [[ASCII]] text, unlike the [[source code]] of most programming languages. A machine language program is stored directly as a binary [[Executables|executable file]] which can be run on the target machine. [[Assembly language]] is one step up from machine language, consisting of more human-readable code which assembles into machine language. Still-higher-level languages like [[C]] or [[BASIC]] are either compiled into machine language, compiled into intermediate code of some sort, or run by an interpreter, but eventually they become machine language instructions because that is all the processor understands directly.&lt;br /&gt;
&lt;br /&gt;
Machine language is actually not the very lowest-level language; there are &amp;quot;microcode&amp;quot; instructions embedded within processor chips that actually carry out the instructions of machine language by breaking them up into even more primitive operations, but only chip designers need to worry about that level.&lt;br /&gt;
&lt;br /&gt;
Few programmers deal directly with machine language, either; while at one point in the old days &amp;quot;geeks&amp;quot; toggled machine language programs into a computer bit-by-bit, or on even more primitive computers actually changed the wiring to represent the instructions of a program, in modern times even assembly language isn't used as much as it used to be, with programmers doing most of their work in higher-level languages, and even the compilers for those languages are often written in other high-level languages. (Somebody had to create machine-level code at some point to get all those higher-level things to work, though!)&lt;/div&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	</feed>