pbi-ide/help/mig.html

6 lines
662 B
HTML
Raw Normal View History

<h2 style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;"><big><span class="nowrap" id="rcTB">How to migrate a program to the Basic Stamp 1&reg;</span></big></h2>
<p>To migrate a program which is written with this editor/IDE you have to:</p>
<ul>
<li><p>remove/comment all the additional language features of the &pi;Basic Interpreter that you have used in your program (<code>SYSCLOCK, NEW 16, BREAKPOINT, ASSERT, DEBUG EEPROM, ACTIVATEINFO, DEACTIVATEINFO</code>)</p></li>
<li><p>copy & paste the code or just open the file with your installation of the Basic Stamp Editor&reg;</p></li>
</ul>