Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
wswan:index [2024/10/17 19:36] – [Subtargets] asie | wswan:index [2024/10/17 19:36] (current) – [Subtargets] asie |
---|
* ''wswan/medium'' - create a ROM with multiple code segments, the default, stack and static data stored in IRAM; | * ''wswan/medium'' - create a ROM with multiple code segments, the default, stack and static data stored in IRAM; |
* ''wswan/small'' - create a ROM with one code segment, slightly faster code but 64KB maximum code limit, stack and static data stored in IRAM; | * ''wswan/small'' - create a ROM with one code segment, slightly faster code but 64KB maximum code limit, stack and static data stored in IRAM; |
* ''wswan/medium-sram'' - create a ROM with multiple code segments, stack stored in IRAM, static data stored in SRAM; | * ''wswan/medium-sram'' (experimental) - create a ROM with multiple code segments, stack stored in IRAM, static data stored in SRAM; |
* ''wswan/small-sram'' - create a ROM with one code segment, stack stored in IRAM, static data stored in SRAM; | * ''wswan/small-sram'' (experimental) - create a ROM with one code segment, stack stored in IRAM, static data stored in SRAM; |
* ''wswan/bootfriend'' - special subtarget for creating [[https://wonderful.asie.pl/ws/bootfriend/|BootFriend]] executables which execute from RAM. | * ''wswan/bootfriend'' - special subtarget for creating [[https://wonderful.asie.pl/ws/bootfriend/|BootFriend]] executables which execute from RAM. |
| |