Debug int vectors mirrored on 256k boundaries bug?
Peter Jakacki
Posts: 10,193
During my testing I found that the debug vectors at $0F.FF80 are also mirrored on 256k boundaries.
I know so because I was wiping large chunks of memory to test ERASE and FILL and it kept crashing!
Maybe it's just a DE2-115 thing. Not enough RAM?
$3.FF80 $80 DUMPL 03.FF80: 0000.0000 0000.0000 0000.0000 0000.0000 ................ 03.FF90: 0000.0000 0000.0000 0000.0000 0000.0000 ................ 03.FFA0: 0000.0000 0000.0000 0000.0000 0000.0000 ................ 03.FFB0: 0000.0000 0000.0000 0000.0000 0000.0000 ................ 03.FFC0: FABB.FFFF FABB.FFFF FABB.FFFF FABB.FFFF ................ 03.FFD0: FABB.FFFF FABB.FFFF FABB.FFFF FABB.FFFF ................ 03.FFE0: FABB.FFFF FABB.FFFF FABB.FFFF FABB.FFFF ................ 03.FFF0: FABB.FFFF FABB.FFFF FABB.FFFF FABB.FFFF ................ ok
I know so because I was wiping large chunks of memory to test ERASE and FILL and it kept crashing!
Maybe it's just a DE2-115 thing. Not enough RAM?
Comments
The DE2-115 can only provide 256KB, so that sounds right.
So the DE2-115 runs 11 cogs with 256k memory.