Okay, I don't really know, but I think tepples told me the point of the BSS segment and the segments outside of the BSS segment. You see, I'm trying to add in more tables in ram to my code, but it spits out an error that says that it cannot fit into the BSS segment and it refuses to assemble anything, so I move enough of the tables out of the BSS segment and into either the BSS7E or the BSS7F segments and it doesn't throw the error, although I haven't tested the files to see if it works. Isn't there some reason why it is good to try to fit everything in the BSS segment? I'm probably just crazy, but I think I remember hearing that the y register cannot index anything outside of the BSS segment, but that x can. Is this true?