H. Peter Anvin
H. Peter Anvin
IY is 0xFE16 on '80 and 0xFF00 on '800.
I just verified that IY is *not* restored on ABC800. I'll add it to the .bac loader, though.
It looks to me that sccz80 currently doesn't use IY; sdcc has a --reserve-regs-iy option. I'm not sure if the latter has any performance penalty; in fact, I'm not sure...
Yes they do - the size limit should be something like 13K for a 16K machine and 28K for a 32K machine. The same applies to ABC800, except in device...
Fix for issue #7243.
[Answering two threads] On 7/17/19 1:10 AM, Adrien Ferrand wrote: > Hello @hpax ! Your PR is extremely promising. > > Before we start the review itself, I would like...
I wanted to add something with regards to pathological cases. I personally believe that the best way to deal with those is to allow the _acme-challenge record to contain a...
There was a comment in here which I can't seem to find anymore (deleted?) about having multiple domains CNAME to the same record breaking the letsencrypt server. The ACME spec...
You are quite correct that it is a completely different solution, at the protocol level, and which has totally different properties. I think the Right Thing[TM] is to do this...
Well, well... I just found something rather astounding. It turns out that GNU binutils already has support for arbitrary expressions in ELF! They are encoded as special relocations; It is...