xorvoid / sectorc

A C Compiler that fits in the 512 byte boot sector of an x86 machine
Creative Commons Zero v1.0 Universal
1.63k stars 67 forks source link

shave some bytes #8

Closed peterferrie closed 1 year ago

xorvoid commented 1 year ago

Thank you Peter, this is excellent! Give me a moment to digest and I'm happy to merge.

Thanks for teaching me new tricks! Most of my assembly knowledge comes from reading compiler output or reverse-engineering old binaries. Neither of which were particularly constructed for extreme space savings. This is a new and fun assembly mini-game for me 😆

Thank you thank you 🙏

peterferrie commented 1 year ago

It turns out that there are some issues with it. I will rework it and resubmit.