mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
7 lines
97 B
Raku
7 lines
97 B
Raku
MEMORY
|
|
{
|
|
MY_REGION (ARX) : ORIGIN = 0, LENGTH = 32K
|
|
}
|
|
|
|
REGION_ALIAS ("MY_ALIAS", "*default*");
|