<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: S12Z Firmware Security in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705963#M14639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the link you are mention is not a link even it looks like a link. Mea culpa, I have only copy/paste it. It is a path where the table is stored in the CodeWarrior help structure. The same you can see under my signature where I copy/past the page from the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same you can find if you write, for example, "DW" into the search and it direct you to a debugger Shell Commands.&lt;/P&gt;&lt;P&gt;Probably answer on the second part is&amp;nbsp; already answered: &lt;A href="https://community.nxp.com/thread/455729"&gt;https://community.nxp.com/thread/455729&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want fre tool then it is enough to install special edition version of the CodeWarrior which has some limitations for compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regrads,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 10:48:15 GMT</pubDate>
    <dc:creator>lama</dc:creator>
    <dc:date>2017-09-14T10:48:15Z</dc:date>
    <item>
      <title>S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705951#M14627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the &lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;S12ZVMC128 and we need maximum protection for firmware. We are aware of the&amp;nbsp;FSEC Firmware Security bits, but as we know there are a lot of hackers who can somehow reset bits etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;We are NOT using any boot loader, so we only expect to program via the MCU programming interface which will be available on our custom board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;We do not want anyone to read the FLASh or EEPROM or SRAM, so the best we can do as per the Reference Manual is to set the&amp;nbsp;Flash Security States bits to 00. Is this enough in the real world?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;How secure is the S12Z series against most hacking approaches both hardware and software? Is there any documentation on the same?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Is there any &lt;STRONG&gt;unique ID&lt;/STRONG&gt; coded in each chip which we can access ? &amp;nbsp;At least this could help us locking the firmware to a specific physical chip.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Any help would be highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Manish&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705951#M14627</guid>
      <dc:creator>manishsangram</dc:creator>
      <dc:date>2017-08-23T18:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705952#M14628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been looking on information about this and NXP position is that:&lt;/P&gt;&lt;P&gt;No security feature is absolutely secure. However, NXP’s strategy is to make reading or copying the FLASH and/or EEPROM difficult for unauthorized users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no special ID, however you can use write once field to create specific device.&lt;/P&gt;&lt;P&gt;Currently I do not have example for S12ZVM device but you can use &lt;A _jive_internal="true" href="https://community.nxp.com/message/864084"&gt;https://community.nxp.com/message/864084&lt;/A&gt; as a helping hand to continue.&lt;/P&gt;&lt;P&gt;There are two ways to program the field.&lt;/P&gt;&lt;P&gt;The first one requires special BDM code, I do not know whether such a code exists.&lt;/P&gt;&lt;P&gt;The second approach is to program the device with own code which writes this field (20.4.7.6 Program Once Command) after first execution and then clear the flash and write application code into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I found already existing example I created my own see attachment.&lt;/P&gt;&lt;P&gt;It is a little bit extended version of &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-334388"&gt;https://community.nxp.com/docs/DOC-334388&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 09:07:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705952#M14628</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-08-24T09:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705953#M14629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this memory write once / read once during the life of the MCU or till it is fully erased by a programmer? Checking this before trying it out on our board :smileyhappy:.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any suggested strategy(ies) on how to use this effectively?&lt;/P&gt;&lt;P&gt;This question is more like even if I write once and read once, how can I use it to ensure that my code (even if copied) detects this? because if I write any code which checks this it cannot check every time it boots but only the first time and if it set's any flag the flag will get copied when someone copies the Flash and EEPROM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705953#M14629</guid>
      <dc:creator>manishsangram</dc:creator>
      <dc:date>2017-08-29T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705954#M14630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;I see the best way is to load phrase while you program the device by script of the programmer. In this way the programming of the field is not a part of application and you only test the phrase for correct value written into it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;As an example I have prepared for you a short code which contains adjusted preload.cmd file and ask for phrase you want to program in the OTPROM before application download. I have attached the project with the file. You can test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;preload.cmd file content:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;DEFINEVALUEDLG "Information required to write phrase X of OTPROM" "FCLKDIV" 17 "To program it, the command script needs \nthe correct value for the FCLKDIV onchip register.\n\nDatasheet proposed values:\n\noscillator frequency\tFCLKDIV value (decimal)\n\n 16 \tMHz\t\t17\n 12 \tMHz\t\t13\n&amp;nbsp; 8 \tMHz\t\t9\n&amp;nbsp; 4 \tMHz\t\t5\n"&lt;BR /&gt;&lt;BR /&gt;DEFINEVALUEDLG "Select phrase you want to program" "PHRASE" 0 "Phrase from 0 to 7 should be selected"&lt;BR /&gt;&lt;BR /&gt;FLASH RELEASE &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;wb 0x03c 0x00&amp;nbsp; //disable cop &lt;BR /&gt;wait 20 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;WB 0x100 FCLKDIV // clock divider for 16MHz OSCCLK&lt;BR /&gt;WB 0x013 0x10&amp;nbsp;&amp;nbsp; // enable ROM memory 0x40_0000&lt;BR /&gt;&lt;BR /&gt;WB 0x013 0x10&amp;nbsp;&amp;nbsp; // enable ROM memory 0x40_0000&lt;BR /&gt;WB 0x106 0x30&amp;nbsp;&amp;nbsp; // clear any error flags&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FSTAT = 0x30&lt;BR /&gt;WB 0x102 0x00&amp;nbsp;&amp;nbsp; // CCOBIX = 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FCCOBIX = 0x00 &lt;BR /&gt;WB 0x10A 0x07&amp;nbsp;&amp;nbsp; // load program command&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FCCOBHI = 0x07&lt;BR /&gt;WB 0x10B 0x00&amp;nbsp;&amp;nbsp; // load program command&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FCCOBLO = 0x00&lt;BR /&gt;WB 0x102 0x01&amp;nbsp;&amp;nbsp; // CCOBIX = 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FCCOBIX = 0x01 &lt;BR /&gt;WB 0x10A 0x00&amp;nbsp;&amp;nbsp; // load phrase Hi value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FCCOBHI = 0x00&amp;nbsp;&amp;nbsp; / phrase 0x0000&lt;BR /&gt;WB 0x10B PHRASE // load phrase Lo value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FCCOBLO = 0xPHRASE &lt;BR /&gt;WB 0x102 0x02&amp;nbsp;&amp;nbsp; // CCOBIX = 2 &lt;BR /&gt;WB 0x10A 0xDE&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x10B 0xAD&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x102 0x03&amp;nbsp;&amp;nbsp; // CCOBIX = 3 &lt;BR /&gt;WB 0x10A 0xC0&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x10B 0xDE&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x102 0x04&amp;nbsp;&amp;nbsp; // CCOBIX = 4 &lt;BR /&gt;WB 0x10A 0xBE&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x10B 0xEF&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x102 0x05&amp;nbsp;&amp;nbsp; // CCOBIX = 5 &lt;BR /&gt;WB 0x10A 0xF0&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x10B 0xF0&amp;nbsp;&amp;nbsp; // load data &lt;BR /&gt;WB 0x106 0x80&amp;nbsp;&amp;nbsp; // launch command &lt;BR /&gt;WAIT 1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WB 0x013 0x00&amp;nbsp;&amp;nbsp; // disable ROM memory 0x40_0000&lt;BR /&gt;&lt;BR /&gt;undef FCLKDIV&lt;BR /&gt;undef PHRASE&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Ladislav&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705954#M14630</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-08-31T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705955#M14631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hello Ladislav,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;1) Can you answer this part of my previous comment :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="background-color: #ffffff;"&gt;Is this memory write once / read once during the life of the MCU or till it is fully erased by a programmer?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2) The solution you have outlined in the previous comment is great, but it won't prevent the firmware from being copied as outlined below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;a) Even if some bytes were written, they can only be read once. So I read it on boot up and set a flag in EEPROM / Flash that the firmware is authentic. Now when someone copies the firmware illegally this flag will also be copied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Now IF there was a CHIP ID unique to each physical device&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;b) We could have read this id (by programmer) and written it back in FLASH (encrypted) and check it on power up so that if someone copied it the verification would fail except on the chip it was originally programmed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So far I cannot see how I can use this write once / read once feature to do a run time check to verify if the firmware was authentically written or illegally copied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Sep 2017 05:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705955#M14631</guid>
      <dc:creator>manishsangram</dc:creator>
      <dc:date>2017-09-02T05:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705956#M14632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-left: 18.0pt;"&gt;1) The memory is program once and read anytime. You can really read it anytime you want. The programming the field is possible only once for each phrase. It is OTPROM. No mass erase or another command can return the status of the phrase back to erased status.&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;2) The chip ID is unique as I wrote before. However, the meaning is hidden for public.&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;3) Theoretically, the only thing which would be the safest for you is to safely damage BKGD pin to disable any connection to the MCU in the future when it is programmed. I have never heard about this possibility and please do not think about it as a real solution. This is only imagination.&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;4) If I think about security. We have to believe the security is working because if I accept fact there is some possibility to read the code via BDM then there is also possibility to analyze this code and get info about security actions….what is being read, what is being compared&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;5) BTW, the ID can be simply read by command flow in command window window as well as it can be added to preload file before programming the phrase&lt;BR /&gt; //--- Read ID ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;WB MMCCTL1 0x10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // enable ROM memory 0x40_0000&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;DW 0x400000'G,4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// get ID&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;WB MMCCTL1 0x00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // disable ROM memory 0x40_0000&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;Best regards,&lt;/P&gt;&lt;P style="margin-left: 18.0pt;"&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 09:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705956#M14632</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-09-04T09:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705957#M14633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ladislav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your very helpful and useful responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand now that ReadOnce is only a command name but it can read the values written in the Write Once area any number of times. I also understand that the Write Once area can only be written to once and never erased once written even if the device is mass erased.&lt;/P&gt;&lt;P&gt;Please confirm that the above understanding is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In point 2 you write that there is a CHIP ID, and that's great, we don't care about the meaning as long as it is unique per physical chip.&lt;/P&gt;&lt;P&gt;In point 5 the address you have given is that of the CHIP ID?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the PEMicro Multilink Universal programmer and we can't find any 'console' or command line tool in Codewarrior to execute this script. Could you guide us on how / where this is? Also if we could insert such a script during programming (even for production) we would be able to write current date etc from the PC to the firmware? Is there any document you can point us to for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 18:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705957#M14633</guid>
      <dc:creator>manishsangram</dc:creator>
      <dc:date>2017-09-04T18:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705958#M14634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ups, there is misunderstanding. I have been all the time talking about S12XEP device and having checked it back I found you use S12ZVM. I'll must go to beginning and prepare a new answer. I am solving a few similar things with different MCUs in parallel so an information mix happened in my mind.&lt;/P&gt;&lt;P&gt;I am really sorry. Probably I will also erase messages which could confuse someone.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 13:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705958#M14634</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-09-05T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705959#M14635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;So here it is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I am going to start that Device ID is placed on the address 0x1FC000 which is not presented in the documentation because it is internal number which reason is hidden to public.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I have created two command files you can run in the debugger window – see and test attached project. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;They are AAA_Read_Device_ID_And_OTPROM.cmd &amp;nbsp;and AAA_ProgramOnceField.cmd.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;The project which also present reading and writing program once field is not relevant but should be created for the device we want to play with. It is not required to be code (simple code, enough to use what is generated by wizard) loaded into the MCU’s memory. However, necessary is the debugger is connected to a memory. Because of this it is enough to set:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28305iA7E290549A3641F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28381iB381CD392FB96A68/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;…. And press debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;In the debug enable “Debugger Shell”:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28441i1DB72C1C0FDCD291/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;Before continuing please modify flash clock setup in both files to value suitable for programming on the basis of the oscclk you use. In the files search for lines&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28495i926245ADBEF6D6F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;Write into debugger shell command which runs the AAA_Read_Device_ID_And_OTPROM.cmd:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;source "c:\D\CODING &amp;amp; SW\ECLIPSE\S12ZVMC-FLASH-WRITEONCEFIELD-CW106\AAA_Read_Device_ID_And_OTPROM.cmd"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;(it is possible you have different path to the file…please change it)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;The command will execute and shows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Device ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;And Program field phrase 0. If you want to see another phrase you should modify AAA_Read_Device_ID_And_OTPROM.cmd line set PHRASE 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28540i0D048188262FAF48/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Change 1 to the phrase you want to see and run the command presented above “source …..” again. It is enough to press arrow up on the keyboard to see and use previous commands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;In order to program selected field use and run command “source” with the file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;AAA_ProgramOnceField.cmd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;source "c:\D\CODING &amp;amp; SW\ECLIPSE\S12ZVMC-FLASH-WRITEONCEFIELD-CW106\AAA_ProgramOnceField.cmd"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;The same note, the path you have could be different so adjust it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;The same line as in previous file should be changed to select the phrase you want to program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28573i35EAFB08875D8FE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;As a result you will see programming algorithm and also read back of the field, example of output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: green;"&gt;%&amp;gt;source "c:\D\CODING &amp;amp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: green;"&gt;SW\ECLIPSE\S12ZVMC-FLASH-WRITEONC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: green;"&gt;EFIELD-CW106\AAA_ProgramOnceField&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: green;"&gt;.cmd"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;############################ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Programming Field = &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;############################ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0386 %x = 0x30&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::wait 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0382 %x = 0x05&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038C %x = 0x07&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038D %x = 0x00&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038E %x = 0x00&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038F %x = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0390 %x = 0xA2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0391 %x = 0xB2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0392 %x = 0xC2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0393 %x = 0xD2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0394 %x = 0xE2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0395 %x = 0xF2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0396 %x = 0xA3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0397 %x = 0xB3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0386 %x = 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::wait 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;############################ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Read back Programmed Field = &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;############################ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0386 %x = 0x30&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::wait 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0382 %x = 0x01&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038C %x = 0x04&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038D %x = 0x00&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038E %x = 0x00&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x038F %x = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0386 %x = 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::wait 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: olive;"&gt;cmdwin::mem 0x0390 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 390&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: purple;"&gt;$a2 $b2 $c2 $d2 $e2 $f2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: purple;"&gt;&amp;nbsp;$a3 $b3&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; . . . . . . . .&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;….Are you able to test? Do you understand?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #51626f;"&gt;Ladislav&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 13:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705959#M14635</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-09-06T13:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705960#M14636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tried writing and reading the OTP, but I tried getting the Device ID using the command&lt;/P&gt;&lt;P&gt;mem 0x1FC000, this only provides a single byte. How long is the device id? &amp;nbsp;I can see upto xxx09 are bytes followed by 0xFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for memory following this address, I can see a lot more data up to 1FC0BF. Is there any documentation for all of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a PDF reference for all the scripting commands? I tried looking up PE Micro site but could not find the right document. I was looking at&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #999999; background-color: #ffffff; font-size: medium;"&gt;CPROGS12ZZ User Guide v.1.00 and&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #999999; background-color: #ffffff; font-size: medium;"&gt;PROGS12ZZ User Manual v.1.00 (.pdf)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 15:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705960#M14636</guid>
      <dc:creator>manishsangram</dc:creator>
      <dc:date>2017-09-13T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705961#M14637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The sources of information are:&lt;/P&gt;&lt;P&gt;- &lt;A href="http://127.0.0.1:49512/help/nav/0" shape="rect" style="color: #017bba; text-decoration: underline; font-family: arial, sans-serif; background-image: none; padding-left: 0px; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;CodeWarrior for Microcontrollers V10.x&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/nav/0_1" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Targeting Microcontrollers&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/nav/0_1_0" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Microcontrollers V10.x Targeting Manual&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/topic/com.freescale.doc.microcontrollers.targeting.manual/2583689.html" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;CodeWarrior Command Line Debugging&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/topic/com.freescale.doc.microcontrollers.targeting.manual/2583683.html" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Microcontrollers-Specific HIWARE Commands&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(se list bellow)&lt;/P&gt;&lt;P&gt;- &lt;A class="link-titled" href="http://tmml.sourceforge.net/doc/tcl/" title="http://tmml.sourceforge.net/doc/tcl/"&gt;Tcl Reference Manual&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &lt;A class="link-titled" href="http://www.tcl.tk/" title="http://www.tcl.tk/"&gt;http://www.tcl.tk/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device id is size of 8 bytes from 1F_C000 to 1F_C007. Of course you can read also other "reserved" field but they store&amp;nbsp; data the meaning is confidential, so I am sorry, I am not allowed to share. The same is valid for meaning of the device ID fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #51626f; font-family: Arial; font-style: normal; font-weight: normal; font-size: 16px; font-stretch: normal; font-variant: normal; line-height: normal; margin-bottom: 10px; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;A href="http://127.0.0.1:49512/help/nav/0" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px;"&gt;CodeWarrior for Microcontrollers V10.x&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/nav/0_1" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px;"&gt;Targeting Microcontrollers&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/nav/0_1_0" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px;"&gt;Microcontrollers V10.x Targeting Manual&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/topic/com.freescale.doc.microcontrollers.targeting.manual/2583689.html" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px;"&gt;CodeWarrior Command Line Debugging&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:49512/help/topic/com.freescale.doc.microcontrollers.targeting.manual/2583683.html" shape="rect" style="color: #017bba; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px;"&gt;Microcontrollers-Specific HIWARE Commands&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A name="ADSMCUTargeting44321" shape="rect" style="color: #017bba !important; text-decoration: none; font-family: arial, sans-serif; background-image: none; padding-left: 0px; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV class="" style="color: #51626f; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt; &lt;/DIV&gt;&lt;H1 class="" style="color: #627178 !important; padding: 0px; font-size: 1.4em !important; font-weight: bold !important; line-height: 28px !important; text-indent: 0px; clear: both !important; font-family: arial, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; margin: 0.6em !important 0px 0px 0px;"&gt;Command List&lt;/H1&gt;&lt;DIV style="color: #51626f; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important;"&gt;The table below lists the supported HIWARE commands followed by:&lt;/P&gt;&lt;UL&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;CodeWarrior debugger shell syntax,&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;partially supported commands,&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;commands that are not applicable in CodeWarrior&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;commands supported in script files with Tcl control flow statements, and&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;unsupported commands.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important;"&gt;The following columns represent the status in the CodeWarrior Eclipse IDE:&lt;/P&gt;&lt;UL&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- Supported command which follows CodeWarrior debugger shell syntax&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;EM style="color: #51626f !important;"&gt;P&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;- Command is partially supported, meaning some options/parameters are not supported&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- Command is not applicable in CodeWarrior&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;EM style="color: #51626f !important;"&gt;S-Tcl&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- Commands is supported in script files with Tcl control flow statements&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- Command is not supported&lt;DIV class="" style="color: #51626f; font-family: arial, sans-serif; margin-top: 5px; margin-bottom: 5px;"&gt;&lt;DIV class="" style="color: #51626f; font-family: arial, sans-serif; margin-top: 5px; margin-bottom: 5px;"&gt;&lt;TABLE border="1" cellpadding="4" cellspacing="0" frame="border" rules="all" style="color: #51626f !important; margin-left: auto; margin-right: auto; text-align: left;" summary=""&gt;&lt;CAPTION style="color: #51626f !important;"&gt;&lt;SPAN class="" style="color: #51626f !important; font-weight: bold !important;"&gt;Table 1. Microcontrollers-Specific Debugger Command List&lt;/SPAN&gt;&lt;/CAPTION&gt;&lt;THEAD align="left" style="color: #51626f !important;"&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TH class="" colspan="1" rowspan="1" style="color: #51626f !important;" valign="top"&gt;Command&lt;/TH&gt;&lt;TH class="" colspan="1" rowspan="1" style="color: #51626f !important;" valign="top"&gt;Status&lt;/TH&gt;&lt;TH class="" colspan="1" rowspan="1" style="color: #51626f !important;" valign="top"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="color: #51626f !important;"&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;HIWARE&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;VER&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists the version of all loaded commands&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;about&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;AUTOSIZE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Selects window sizing mode&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;OPENIO&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads an IO simulation component&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;OPENPROJECT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Opens an existing project&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;OPEN&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Opens a component window&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SET&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads a target component&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;LOAD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads an application (Code &amp;amp; Symbols)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;LOADCODE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads an application (Code only)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;LOADSYMBOLS&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads an application (Symbols only)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;loadsym &amp;lt;filename&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FONT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Changes font in component windows&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;BCKCOLOR&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Changes background color of component windows&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SLAY&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Saves the layout and options of all components&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ACTIVATE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Activates a window component (in/out focus)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;CLOSE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;NA&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Closes a component window&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SYSTEM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes an external application&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;system &amp;lt;command&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;EXIT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Terminates this application&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Synta&lt;/STRONG&gt;&lt;STRONG style="color: #51626f !important;"&gt;x&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;quitIDE&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;RESET&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Resets the target MCU&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;Reset&lt;/SAMP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;HELP&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists available commands; to get help on a specific command, use the command followed by '?'&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;help&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;help &amp;lt;command&amp;gt;&lt;/SAMP&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;&amp;lt;command&amp;gt; ?&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;HIWARE Engine&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;LF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Opens a log file&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax (for command)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;log c &amp;lt;file&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax (for session)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;log s &amp;lt;file&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NOLF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Closes a log file&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax (for command)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;log off c&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax (for session)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;log off s&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;CR&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Records all commands to a file&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NOCR&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Stops recording commands to a file&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;LOG&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Specifies items to be logged&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax (for command)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;log c &amp;lt;file&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax (for session)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;log s &amp;lt;file&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;BS&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;P&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets breakpoint&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;bp [-{hw|sw|auto}] {&amp;lt;func&amp;gt;|[&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;|&amp;lt;file&amp;gt; &amp;lt;line&amp;gt; [&amp;lt;column&amp;gt;]}&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;bp all|#&amp;lt;id&amp;gt;|&amp;lt;func&amp;gt;|&amp;lt;addr&amp;gt; enable|disable|{ignore &amp;lt;count&amp;gt;}&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;bp #&amp;lt;id&amp;gt; cond &amp;lt;c-expr&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SAVEBP&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Saves breakpoints into a file&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;STEPINTO&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Step Into&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;step [asm|src] into&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;STEPOUT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Step out&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;step [asm|src] out&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;STEPOVER&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Step over&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;step [asm|src] over&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;RESTART&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Restart execution&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;restart&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DDEPROTOCOL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DDE Protocol options&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DEFINEVALUEDLG&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;U&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Opens a GUI to define a value for the symbol/variable given as parameter&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;BC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Clears breakpoint&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;bp all|#&amp;lt;id&amp;gt;|&amp;lt;func&amp;gt;|&amp;lt;addr&amp;gt; off&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;BD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;EM style="color: #51626f !important;"&gt;S-CW&lt;/EM&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists breakpoints&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;bp&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;GO&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Starts execution (Go)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;go&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;STOP&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Stops execution (Halt)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;stop&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;P&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes an instruction (Flat step)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;stepi&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;T&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes CPU instructions&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;stepi&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Configuration Example&lt;/STRONG&gt;&lt;DIV class="" style="color: #51626f; font-family: arial, sans-serif; margin-top: 5px; margin-bottom: 5px;"&gt;&lt;UL&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;radix x&lt;/SAMP&gt;&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;config MemIdentifier 0&lt;/SAMP&gt;&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;config MemWidth 32&lt;/SAMP&gt;&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;config MemAccess 32&lt;/SAMP&gt;&lt;/LI&gt;&lt;LI style="color: #51626f !important; margin: 0px 0px 2px 15px; padding: 0px 0px 2px 2px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;config MemSwap off&lt;/SAMP&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;STRONG style="color: #51626f !important;"&gt;Note&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;: These options apply only to the memory commands below.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;WB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Writes byte(s) into target memory&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] =&amp;lt;value&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;WW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Writes word(s) into target memory (2 bytes)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] =&amp;lt;value&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;WL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Writes long(s) into target memory (4 bytes)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] =&amp;lt;value&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;MS&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Writes byte(s) into target memory (same as WB)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] =&amp;lt;value&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;RD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists registers&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;reg all&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;RS&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets registers&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;reg &amp;lt;reg-spec&amp;gt;{..&amp;lt;reg&amp;gt;|#&amp;lt;n&amp;gt;} [-s|-ns] [%&amp;lt;conv&amp;gt;] =&amp;lt;value&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;MEM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists memory map&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DASM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Disassembles target memory&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;disassemble pc|[&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt; [&amp;lt;count&amp;gt;]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists byte(s) from target memory&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] [-np]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;SPAN style="color: #000000; background: #ffff66;"&gt;DW&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists words from target memory (2 bytes)&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] [-np]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists long(s) from target memory (4 bytes&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="color: #51626f !important;"&gt;)&lt;/STRONG&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] [-np]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;CD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists or changes directory&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;cd&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;E&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Evaluates an expression and lists its result&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;evaluate [#&amp;lt;format&amp;gt;] [-l] [&amp;lt;var|expr&amp;gt;]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;A&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Evaluates an expression and assigns its result to an existing variable&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;var &amp;lt;var-spec&amp;gt; [-s|-ns] [%&amp;lt;conv&amp;gt;]=[evaluate [#&amp;lt;format&amp;gt;] [-l] [&amp;lt;var|expr&amp;gt;]]&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Example&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;var myVar = [evaluate 1+1] - assigns value "2" to "myVar"&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;PRINTF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Display a string on the window using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;printf&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like format&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FPRINTF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Write a string to a file using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;fprintf&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like format&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Changes or displays the default number base for the value of expressions&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;evaluate [#&amp;lt;format&amp;gt;] [-l] [&amp;lt;var|expr&amp;gt;]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;LS&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists also global variables and procedures of the loaded application&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SREC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;P&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads of Motorola S-records from a specified file&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;restore -h *.lod [[&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;|+&amp;lt;offset&amp;gt;] [8bit|16bit|32bit|64bit]&lt;/SAMP&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;restore -b *.lod [&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt; [8bit|16bit|32bit|64bit]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SAVE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Saves a specified block of memory to a specified file in Motorola S-record format&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;save -h|-b [&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;... &amp;lt;filename&amp;gt; [-a|-o] [8bit|16bit|32bit|64bit]&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;PAUSETEXT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Displays a modal message box for testing purpose&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;TESTBOX&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Displays a modal message box with a given string&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;REGFILE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads the I/O register descriptions from a 'register file'&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;REGBASE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets the base address of the on-chip I/O registers&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ANDB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-AND with target memory byte&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;SPAN style="color: #51626f !important;"&gt;AN&lt;SPAN style="color: #000000; background: #ffff66;"&gt;DW&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-AND with target memory word (2 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ANDL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-AND with target memory long (4 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NANDB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-NAND with target memory byte&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;SPAN style="color: #51626f !important;"&gt;NAN&lt;SPAN style="color: #000000; background: #ffff66;"&gt;DW&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-NAND with target memory word (2 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NANDL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-NAND with target memory long (4 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ORB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-OR with target memory byte&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ORW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-OR with target memory word (2 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ORL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-OR with target memory long (4 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NORB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-NOR with target memory byte&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NORW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-NOR with target memory word (2 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NORL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-NOR with target memory long (4 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;EXORB&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-EXOR with target memory byte&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;EXORW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-EXOR with target memory word (2 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;EXORL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Bitwise-EXOR with target memory long (4 bytes)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;MEMCOPY&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Copies the target memory&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;MEMBITCOPY&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Copies one bit from one memory address to another bit to another memory address&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;copy [&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;[..&amp;lt;addr&amp;gt;|#&amp;lt;bytes&amp;gt;] [&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DEFINE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Defines a symbol and associates a value&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;set varName ?value? &amp;lt;Tcl command&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;UNDEF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Removes a symbol definition&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;unset varName &amp;lt;Tcl command&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;RETURN&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Terminates the current command processing level&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;GOTO&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Goes to the line following the label&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;GOTOIF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Goes to the line following the label if condition is TRUE&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;WHILE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-Tcl&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes commands as long as the condition is true&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FOR&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-Tcl&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes commands up to a predefined number of times&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;REPEAT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-Tcl&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes commands until a certain condition is true&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;IF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-Tcl&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes different command sections depending on the conditions&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FOCUS&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Assigns a component as the destination for all subsequent commands&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;WAIT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Waits by time tenths of a second&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;wait&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;AT&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;U&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes the next command at time (in ms)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;CF&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes commands in the specified command file&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;CALL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Executes commands in the specified command file&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;source&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Source&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SPC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Highlights the statement corresponding to the code address&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SMEM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Highlights the statements corresponding to the code address range&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SMOD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Loads the corresponding module's source text&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SPROC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Highlights the statement of the procedure that is in the procedure chain&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FOLD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Hides source text for clearness at program block level&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;UNFOLD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Exhibits the contents of folded source text blocks&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SLINE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Displays the line&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FINDPROC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Find the Procedure&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FIND&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Searches an arbitrary pattern in the currently loaded source file&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Assembly&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SPC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists the specified address&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SMEM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists the specified address&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Procedure&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Register&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Memory&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SPC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists the address given as an argument&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SMEM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists the memory range given as an argument&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SMOD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Lists the first global variable of the module&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;FILL&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Fills a memory range with the given value&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;mem &amp;lt;addr-spec&amp;gt; [&amp;lt;range&amp;gt;] [-s|-ns] [%&amp;lt;conv&amp;gt;] =&amp;lt;value&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;UPDATERATE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets the update rate&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;COPYMEM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Copies a memory range to a specified location&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;copy [&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;[..&amp;lt;addr&amp;gt;|#&amp;lt;bytes&amp;gt;] [&amp;lt;ms&amp;gt;:]&amp;lt;addr&amp;gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SEARCHPATTERN&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Search a pattern in memory&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;REFRESHMEMORY&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;After releasing caches, refreshes the memory&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;refresh&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Data&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SPROC&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Displays local or global variables of the procedure given as parameter&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ADDXPR&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Adds a new expression in the data component&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;PTRARRAY&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Switches on or off the pointer as array displaying&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;SMOD&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Displays global variables of the module given as parameter&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ZOOM&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Exhibits the member fields of structures by 'diving' into the structure&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;UPDATERATE&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets the update rate of the data component&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;DUMP&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;P&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Dumps the content of the data component to the command line&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;display&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;REFRESHDATA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;After releasing caches, refreshes the display&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;refresh&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="3" headers="d24578e62 d24578e64 d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Command&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;CLR&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;S-CW&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Clears the Command window&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;STRONG style="color: #51626f !important;"&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f !important; padding-bottom: 0px !important; margin: 0px;"&gt;&lt;SAMP class="" style="color: #51626f !important;"&gt;cls&lt;/SAMP&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="color: #51626f !important;"&gt;&lt;TD class="" colspan="1" headers="d24578e62" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;ATTRIBUTES&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e64" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;NA&lt;/TD&gt;&lt;TD class="" colspan="1" headers="d24578e66" rowspan="1" style="color: #51626f; font-family: arial, sans-serif;" valign="top"&gt;Sets up the display&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:21:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705961#M14637</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-09-13T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705962#M14638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ladislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is great info. Please note that all the Codewarrior links you provided do not work because on launching each one goes to '127.0.0.1' !!! I tried getting to the NXP site and finding them myself but gave up after lot of navigation not yielding any result. Could you please check this and post the links again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that TCL/TK is used in the debugger window so scripting there will not be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a related question. Is there a free tool we can use for loading the ELF file without the IDE. As an example we want to have some laptops which can carry the latest software to the field and update the same using PE/Universal etc. (We don't use bootloader) but when doing so we want to run a script also which would store the date and time from the PC to the FLASH and do some other updates. Ideally it would be great if it could also debug. Any free GUI or command line tool would be fine.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 04:45:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705962#M14638</guid>
      <dc:creator>manishsangram</dc:creator>
      <dc:date>2017-09-14T04:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: S12Z Firmware Security</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705963#M14639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the link you are mention is not a link even it looks like a link. Mea culpa, I have only copy/paste it. It is a path where the table is stored in the CodeWarrior help structure. The same you can see under my signature where I copy/past the page from the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same you can find if you write, for example, "DW" into the search and it direct you to a debugger Shell Commands.&lt;/P&gt;&lt;P&gt;Probably answer on the second part is&amp;nbsp; already answered: &lt;A href="https://community.nxp.com/thread/455729"&gt;https://community.nxp.com/thread/455729&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want fre tool then it is enough to install special edition version of the CodeWarrior which has some limitations for compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regrads,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 10:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-Firmware-Security/m-p/705963#M14639</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-09-14T10:48:15Z</dc:date>
    </item>
  </channel>
</rss>

