Comment on Thunk: Build Rust program to support Windows XP, Vista and moreparentComments−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
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)