Samuel Crow
Samuel Crow
Not in its current form. I'll have to fix it up first. ;-)
## Subproposal: Device Drivers with an Architecture-neutral Software Sandbox Has anyone considered marking a region of memory as volitile so statically compiled WebAssembly modules could implement memory-mapped I/O for device...
@glaubitz I tried running your instructions on my fork of LLVM-M680x0 but it fails on the migrate-downstream-fork.py line. What version of python does this script take?
Never mind. It worked with Python 2.7 but not 3.7.
I'd love to see shared libraries made of some of the engine's manager components. They could even replace the ancient graphics.library implementations on Amiga that don't support the chipset adequately.
I was thinking of something along the lines of having the blocks in Fast RAM as taglists with an implied wait at the start of each and nothing but moves...
OK. So the copper instructions are written as bitfields in a longword. It should be noted that bitfields are allocated backwards on some compilers but as long as we're only...
Go ahead. Maybe I can improve on it later.
TAR stands for Tape ARchiver. It's mainly used to get better compression under single file archivers like GZip and BZ2. If you can figure a way to index into it,...
Note that the BitMap struct is designed to be able to accomodate more or less bitplanes than are currently supported by the chipset. (Variable length struct, in other words.) If...