Maarten Brock - 2018-12-10

I'm starting to wonder why the memory space was specified in the first place. I can only guess that it is because for type long it does not fit in mcs51 data memory. But with this explicit memory space it is not tested in other memory spaces. I tend to removing the memory space unless testing for mcs51-small. This means that for hc08 the global variables are moved out of the direct page.