wswan:guide:wwitch
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wswan:guide:wwitch [2025/12/31 15:10] – [mkrom images] asie | wswan:guide:wwitch [2025/12/31 15:12] (current) – [Differences] asie | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Differences ===== | ===== Differences ===== | ||
| - | * The WonderWitch | + | * The target uses the small memory model. As such, far functions are not allowed, and code can only be up to 64 kilobytes in total. |
| - | * Under the WonderWitch environment, | + | * The target' |
| * Data does not co-exist with console RAM; the full 64 kilobytes is available to the program. | * Data does not co-exist with console RAM; the full 64 kilobytes is available to the program. | ||
| * Local variables are in the stack, which is a different address space than static data. As such, pointers to it require a stack ('' | * Local variables are in the stack, which is a different address space than static data. As such, pointers to it require a stack ('' | ||
| * Using the '' | * Using the '' | ||
| + | * The target' | ||
| ===== Limitations ===== | ===== Limitations ===== | ||
wswan/guide/wwitch.1767193845.txt.gz · Last modified: by asie
