<?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=RADIX-50</id>
		<title>RADIX-50 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=RADIX-50"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=RADIX-50&amp;action=history"/>
		<updated>2026-05-12T20:54:43Z</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=RADIX-50&amp;diff=25493&amp;oldid=prev</id>
		<title>Jnc: typos</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=RADIX-50&amp;diff=25493&amp;oldid=prev"/>
				<updated>2022-04-07T10:09:11Z</updated>
		
		<summary type="html">&lt;p&gt;typos&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:09, 7 April 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&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-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''RADIX-50''' is a coding system much used by [[Digital Equipment Corporation|DEC]], particularly in [[PDP-11]]'s, to hold alphanumeric data in a fairly space-minimal form. It could hold 3 [[character]]s in a single 16-[[bit]] [[word]]. Individual characters were not stored in separate bit fields within the word; rather, a multiplication and addition process was used to combine them.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''RADIX-50''' is a coding system much used by [[Digital Equipment Corporation|DEC]], particularly in [[PDP-11]]'s, to hold alphanumeric data in a fairly space-minimal form. It could hold 3 [[character]]s in a single 16-[[bit]] [[word]]. Individual characters were not stored in separate bit fields within the word; rather, a multiplication and addition process was used to combine them.&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-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The character set supported included the characters ' ' (encoded as 0), '$' (27.), '.' (28.), and '_' (29.; sometimes replaced by '%'), the upper-case letters (1-26), and the decimal digits (30.-39.). 40 different values in total, or 050 - hence the name. To combine the three characters, the first was multiplied by 050, added to the second, and the result multiplied again, to which was added the third.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The character set supported included the characters ' ' (encoded as 0), '$' (27.), '.' (28.), and '_' (29.; sometimes replaced by '%'), the upper-case letters (1-26&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;.&lt;/ins&gt;), and the decimal digits (30.-39.). 40&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;. &lt;/ins&gt;different values in total, or 050 - hence the name. To combine the three characters, the first was multiplied by 050, added to the second, and the result multiplied &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;by 050 &lt;/ins&gt;again, to which was added the third.&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-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&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-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category: Coding Systems]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category: Coding Systems]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki-wiki_:diff:version:1.11a:oldid:25490:newid:25493 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=RADIX-50&amp;diff=25490&amp;oldid=prev</id>
		<title>Jnc: Duhh</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=RADIX-50&amp;diff=25490&amp;oldid=prev"/>
				<updated>2022-04-06T19:51:56Z</updated>
		
		<summary type="html">&lt;p&gt;Duhh&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''RADIX-50''' is a coding system much used by [[Digital Equipment Corporation|DEC]], particularly in [[PDP-11]]'s, to hold alphanumeric data in a fairly space-minimal form. It could hold 3 [[character]]s in a single 16-[[bit]] [[word]]. Individual characters were not stored in separate bit fields within the word; rather, a multiplication and addition process was used to combine them.&lt;br /&gt;
&lt;br /&gt;
The character set supported included the characters ' ' (encoded as 0), '$' (27.), '.' (28.), and '_' (29.; sometimes replaced by '%'), the upper-case letters (1-26), and the decimal digits (30.-39.). 40 different values in total, or 050 - hence the name. To combine the three characters, the first was multiplied by 050, added to the second, and the result multiplied again, to which was added the third.&lt;br /&gt;
&lt;br /&gt;
[[Category: Coding Systems]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>