02-10-2025, 01:55 PM
In this link you have a quick explanation of the operation and distribution of the memory banks in 128K machines: https://worldofspectrum.org/faq/referenc...erence.htm
Regarding address $8000, it is the start of slot 2. The only slot that can be switched is slot 3 which starts at $c000 and ends at $ffff.
It depends on the architecture you implement, but normally the executable should be located at $8000 as I explain in my book...
But you don't have to use $c000, but you have to plan the structure well and that depends on each project.
Best regards!
Regarding address $8000, it is the start of slot 2. The only slot that can be switched is slot 3 which starts at $c000 and ends at $ffff.
It depends on the architecture you implement, but normally the executable should be located at $8000 as I explain in my book...

But you don't have to use $c000, but you have to plan the structure well and that depends on each project.
Best regards!