Comment on Thunk: Build Rust program to support Windows XP, Vista and moreparentComments−seritools1ylikely no_std, and running via Win32s. Rust doesn't have support for segmented memory, so native 16-bit would be much harder−nicoburns1yI believe there is AVR support for Rust, which is 16-bit with separate code and data pointer types?−seritools1ysorry, i was referring specifically to the x86 segmented memory model: https://en.wikipedia.org/wiki/X86_memory_segmentation (basically, near and far pointers)
Comments
likely no_std, and running via Win32s. Rust doesn't have support for segmented memory, so native 16-bit would be much harder
I believe there is AVR support for Rust, which is 16-bit with separate code and data pointer types?
sorry, i was referring specifically to the x86 segmented memory model: https://en.wikipedia.org/wiki/X86_memory_segmentation (basically, near and far pointers)