<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.ndwiki.org/index.php?action=history&amp;feed=atom&amp;title=LBYT</id>
	<title>LBYT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.ndwiki.org/index.php?action=history&amp;feed=atom&amp;title=LBYT"/>
	<link rel="alternate" type="text/html" href="https://www.ndwiki.org/index.php?title=LBYT&amp;action=history"/>
	<updated>2026-05-09T10:15:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.ndwiki.org/index.php?title=LBYT&amp;diff=1461&amp;oldid=prev</id>
		<title>TArntsen: LBYT instruction</title>
		<link rel="alternate" type="text/html" href="https://www.ndwiki.org/index.php?title=LBYT&amp;diff=1461&amp;oldid=prev"/>
		<updated>2010-07-24T16:06:04Z</updated>

		<summary type="html">&lt;p&gt;LBYT instruction&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{InstructionBox&lt;br /&gt;
|Mnemonic=LBYT&lt;br /&gt;
|Description=Load byte&lt;br /&gt;
|Format=LBYT&lt;br /&gt;
|Code=142&amp;amp;nbsp;200&lt;br /&gt;
|Affected=A&lt;br /&gt;
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;LBYT&amp;#039;&amp;#039;&amp;#039; is an assembly instruction. A byte specified by the [[T register|T]] and [[X register|X registers]] is loaded into the [[A register]] bits 0-7, with the A register bits 8-15 cleared.&lt;br /&gt;
&lt;br /&gt;
As the ND-1x0&amp;#039;s RAM is addressed by 16-bit words two registers are needed to address bytes. The T register points to a word, and the X register indicates the byte offset, counting from the left byte of the word pointed to by T.&lt;br /&gt;
&lt;br /&gt;
 Word address = (T) + (X)/2&lt;br /&gt;
 If X is even (bit 0 = 0), the byte is in bits 8-15 of the word&lt;br /&gt;
 If X is odd (bit 0 = 1), the byte is in bits 0-7 of the word&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*{{ND-doc|06.014.02|Page 3-26}}&lt;br /&gt;
*{{ND-doc|06.029.01|Page 27, page 91}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ND-100 instructions]]&lt;/div&gt;</summary>
		<author><name>TArntsen</name></author>
	</entry>
</feed>