Daniel Thornburgh
Daniel Thornburgh
It seems likely that we'd want to wire this up as a `-m` option and a corresponding `__attribute__((target("..."))` option.
This will probably be a tricky optimization to perform, since you have to make the determination that it pays off to invert the branch condition because it becomes possible to...
Moving to p2; it looks like rust-mos won't be able to use our binary distributions without some additional work, and linux on arm64 is pretty rare.
This is quite a bit more difficult than it looked; the frontend doesn't always emit a memcpy here; it stitches together an initialization of the array using various mechanisms. Essentially...
> This issue has come up a few times on our side because people start out writing llvm-mos programs that try to return normally at the end of main(), only...
To me, this seems like a consequence of the fundamental tension between the way ELF is intended to be used and the way CP/M-65 is using it. What CP/M-65 is...
I had a chat with Roland McGrath (look him up, but I didn't didn't ping him here, since hopefully he has better things to do ;) about this, and he...
We have a specific relocation and assembly directive for generating ASCII strings from runtime values, specifically for use with BASIC headers. Take a look at how the e.g. Commodore BASIC...
It's not common, but also not unheard of, to build a little multithreaded rtos on the 6502 using timer interrupts and the like. I'd expect that there'd only be a...