Stefan Eilers
Stefan Eilers
Ok. I'm looking forward to see your solution. :)
Hi! You wanted to publish your branch in order to decide which solution is the best! :)
> > It needs to be discovered what is the reason for this. > > I assume it's because LLVM still thinks that zero page variables are at $00xx. In...
@asiekierka I tried to use $1602 as `__basic_zp_start`. But there was an error while compiling the code: ``` ld.lld: error: .//m65script.prg.lto.o:(function (anonymous namespace)::FreeChunk::insert(void*, unsigned int): .text._ZN12_GLOBAL__N_19FreeChunk6insertEPvj+0x2e): relocation R_MOS_ADDR8 out of...
> Yes, because it's trying to fit `$1602` into eight bits :-) Ok, I rejected the idea as wrong anyway. I just thought that I might be able to work...
> > > Yes, because it's trying to fit `$1602` into eight bits :-) > > > > > > Ok, I rejected the idea as wrong anyway. I just...
I have tested multiple ruby versions. Every one with the same result. There is one possible reason left: On the mac there is a difference between shared objects (.so) and...