Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
288 days ago
I believe there is AVR support for Rust, which is 16-bit with separate code and data pointer types?
1 comments
seritools
288 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