memory block things..

PM development, programming, hacking and all that fun stuff.
Post Reply
User avatar
YasaSheep
Posts: 205
Joined: November 20th, 2005, 04:04
Location: Portland (Also the discord)
Contact:

memory block things..

Post by YasaSheep »

I forgot if they're called memory blocks or memory banks. Either way, how do I use them? And also is the size for each one 16 KB? Cause my game started screwing up the intro screens whe it became one byte over 16 KB.
PlayerOne

memory block things..

Post by PlayerOne »

64k, I thought. It's when the addresses become too big to fit into 16 bits, and it's mainly a problem for code, rather than data (which can use the 24-bit registers).

At least, I think that's how it works.
User avatar
YasaSheep
Posts: 205
Joined: November 20th, 2005, 04:04
Location: Portland (Also the discord)
Contact:

memory block things..

Post by YasaSheep »

Hmm, well, I only added the byte with a .db, and nothing was even acessing it yet. So I doubt if it got too big for any register..
Post Reply