<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Machine_code</id>
	<title>Machine code - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Machine_code"/>
	<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Machine_code&amp;action=history"/>
	<updated>2026-05-19T02:44:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://coderwiki.org/index.php?title=Machine_code&amp;diff=84&amp;oldid=prev</id>
		<title>Dylan: info, why not write everything in machine code, assembly</title>
		<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Machine_code&amp;diff=84&amp;oldid=prev"/>
		<updated>2025-08-12T21:48:31Z</updated>

		<summary type="html">&lt;p&gt;info, why not write everything in machine code, assembly&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Machine code&amp;#039;&amp;#039;&amp;#039; is the only &amp;#039;[[programming language]]&amp;#039; a computer actually understands. Any other programming language has to be converted into machine code, either by an [[interpreter]] or a [[compiler]].&lt;br /&gt;
&lt;br /&gt;
== Why not write everything in machine code? ==&lt;br /&gt;
Machine code is not designed to be human readable. It&amp;#039;s also extremely [[Low-level programming language|low-level]]. That makes it much more difficult to program in machine code.&lt;br /&gt;
&lt;br /&gt;
== Assembly ==&lt;br /&gt;
The [[assembly]] &amp;#039;[[programming language]]&amp;#039; is essentially a more human-readable form of machine code. It&amp;#039;s generally used to write [[Bootloader|bootloaders]] for [[Operating system|operating systems]] or to program [[Embedded programming|embedded devices]].&lt;/div&gt;</summary>
		<author><name>Dylan</name></author>
	</entry>
</feed>