Revisiting the DOS Memory Models

(blogsystem5.substack.com)

4 points | by mooreds 17 hours ago ago

1 comments

  • PaulHoule 16 hours ago

    Today Java has pointer compression where you use a 32 bit reference but shift it a few places to the left to make a 64-bit address which saves space on pointers but wastes it on alignment