EtchedPixels

Results 171 comments of EtchedPixels

Doesn't seem to be z80pack specific but diff corrupting memory

Will revisit later with swap reworks and memory layout stuff

Not something it currently considers but yes it should copy the permissions.

That looks a first glance like a linker bug. The DISP16 one especially looks odd because a 16bit displacement on a 16bit machne cannot, as far as I can see,...

https://sourceware.org/bugzilla/show_bug.cgi?id=22859 For at least one bug I've found now I am trying to get gcc/gas for pdp-11 behaving and build stuff. I'm still looking at the other bits having also...

GCC bugs for completeness https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84437 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84438 Although neither break later PDP11 just early ones

Thanks - much appreciated.

thanks for the heads up

Still seems to be broken. The moment a reference crosses 15bits in size I get an error So for example in start.c ptab_end = &ptab[maxproc]; blows up, despite &ptab[maxproc] being...

Ok this fixes the main cause. I think [x1.txt](https://github.com/EtchedPixels/FUZIX/files/4192890/x1.txt)