Hello,
I was watching Ben Heck's Apple one replica Videos earlier, and he was talking about "Bank 0, and Bank 1" I didn't quite understand what that meant.
Could I get some help?
Hello,
I was watching Ben Heck's Apple one replica Videos earlier, and he was talking about "Bank 0, and Bank 1" I didn't quite understand what that meant.
Could I get some help?
Usually ROM is located in a special memory location where the processor goes after a reset or power on. The code tests memory and sets up keyboard, mouse and display. If anything goes wrong, the number of beeps on speaker signal what hardware failed.
Clem
I could be wrong, but here I go.... Early processers were limited to 65,535 bytes that could be nativly accessed. So if more memory space was desiered there has to be a port the proccesor can goto that swaps access from one "Bank" of memory to another. Where addresses 0000h to 3FFFh might be ROM and 4000 to 7FFFh could be RAM but 8000h to FFFFh coul be swaped out in 32K banks to be extra ROM or RAM. This also refers to How a computer might switch around how it acceses memory depending on it's mode. Like the C64 does.