Y
Hacker News
new
|
ask
|
show
|
jobs
by
seritools
287 days ago
likely no_std, and running via Win32s. Rust doesn't have support for segmented memory, so native 16-bit would be much harder
1 comments
nicoburns
287 days ago
I believe there is AVR support for Rust, which is 16-bit with separate code and data pointer types?
link
seritools
287 days ago
sorry, i was referring specifically to the x86 segmented memory model:
https://en.wikipedia.org/wiki/X86_memory_segmentation
(basically, near and far pointers)
link