<?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 Different between memory allocation types of &amp;quot;Small&amp;quot;, &amp;quot;Tiny&amp;quot;, and &amp;quot;Banked&amp;quot; in S08 MCUs? in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Different-between-memory-allocation-types-of-quot-Small-quot/m-p/1590558#M23637</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using mc9s08dz96 microcontroller with 8 MHz external clock osc and 96KByte of memory. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will be glad if anyone tell me the&amp;nbsp;different between memory allocation types of "Small", "Tiny", and "Banked" in S08 MCUs specially in the performance aspect which is so sensitive in my working era?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 12:18:10 GMT</pubDate>
    <dc:creator>mehdializadeh</dc:creator>
    <dc:date>2023-01-31T12:18:10Z</dc:date>
    <item>
      <title>Different between memory allocation types of "Small", "Tiny", and "Banked" in S08 MCUs?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Different-between-memory-allocation-types-of-quot-Small-quot/m-p/1590558#M23637</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using mc9s08dz96 microcontroller with 8 MHz external clock osc and 96KByte of memory. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will be glad if anyone tell me the&amp;nbsp;different between memory allocation types of "Small", "Tiny", and "Banked" in S08 MCUs specially in the performance aspect which is so sensitive in my working era?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 12:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Different-between-memory-allocation-types-of-quot-Small-quot/m-p/1590558#M23637</guid>
      <dc:creator>mehdializadeh</dc:creator>
      <dc:date>2023-01-31T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Different between memory allocation types of "Small", "Tiny", and "Bank</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Different-between-memory-allocation-types-of-quot-Small-quot/m-p/1590838#M23639</link>
      <description>&lt;P&gt;Tiny&lt;/P&gt;
&lt;P&gt;By default all variables are in the zero page (direct memory access). Variables outside the zero page can be used with pragmas or the far keyword.&lt;/P&gt;
&lt;P&gt;Small&lt;/P&gt;
&lt;P&gt;By default all variables are outside the zero page (extended memory access). Variables in the zero page can be used with pragmas or the near keyword.&lt;/P&gt;
&lt;P&gt;Banked&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, functions are called with the special CALL instruction.&lt;BR /&gt;All variables are outside the zero page (extended memory access) unless explicitely placed otherwise.&lt;BR /&gt;The banked memory model is only supported for devices with a MMU.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 22:54:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Different-between-memory-allocation-types-of-quot-Small-quot/m-p/1590838#M23639</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2023-01-31T22:54:38Z</dc:date>
    </item>
  </channel>
</rss>

