<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.mcselec.com/bavr/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mcselec.com/bavr/index.php?action=history&amp;feed=atom&amp;title=MCSBYTE%2Fde</id>
		<title>MCSBYTE/de - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mcselec.com/bavr/index.php?action=history&amp;feed=atom&amp;title=MCSBYTE%2Fde"/>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=MCSBYTE/de&amp;action=history"/>
		<updated>2026-04-07T15:02:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.6</generator>

	<entry>
		<id>http://wiki.mcselec.com/bavr/index.php?title=MCSBYTE/de&amp;diff=1666&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=MCSBYTE/de&amp;diff=1666&amp;oldid=prev"/>
				<updated>2013-02-15T19:05:47Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:05, 15 February 2013&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.mcselec.com/bavr/index.php?title=MCSBYTE/de&amp;diff=1665&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;&lt;div id=&quot;idcontent&quot;&gt;&lt;div id=&quot;innerdiv&quot;&gt; The numeric&lt;&gt;string conversion routines are optimized when used for byte, integer,word and longs.  &lt;span style=&quot;font-family: 'Arial';  ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=MCSBYTE/de&amp;diff=1665&amp;oldid=prev"/>
				<updated>2013-02-05T18:29:02Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div id=&amp;quot;idcontent&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;innerdiv&amp;quot;&amp;gt; The numeric&amp;lt;&amp;gt;string conversion routines are optimized when used for byte, integer,word and longs.  &amp;lt;span style=&amp;quot;font-family: &amp;#039;Arial&amp;#039;;  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== (**COPIED FROM ENGLISH PAGE**) ==&amp;lt;div id=&amp;quot;idcontent&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;innerdiv&amp;quot;&amp;gt;&lt;br /&gt;
The numeric&amp;lt;&amp;gt;string conversion routines are optimized when used for byte, integer,word and longs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When do you use a conversion routine&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
- When you use STR() , VAL() or HEX().&lt;br /&gt;
&lt;br /&gt;
- When you print a numeric variable&lt;br /&gt;
&lt;br /&gt;
- When you use INPUT on numeric variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To support all data types the built in routines are efficient in terms of code size.&lt;br /&gt;
&lt;br /&gt;
But when you use only conversion routines on bytes there is a overhead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The mcsbyte.lib library is an optimized version that only support bytes.&lt;br /&gt;
&lt;br /&gt;
Use it by including&amp;amp;nbsp;: $LIB &amp;quot;mcsbyte.lbx&amp;quot; in your code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that LBX is a compiled LIB file. In order to change the routines you need the commercial edition with the source code(lib files). After a change you should compile the library with the [[Tools_LIB_Manager|library manager]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Arial';  color: #000000&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= &amp;lt;span class=&amp;quot;f_Header&amp;quot;&amp;gt;See also&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
[[MCSBYTEINT|mcsbyteint.lib]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ASM_Libraries_and_Add-Ons/de]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>