
When it comes to segment addresses, each successive segment address is 16 addressable units from the last one, is that right? So, segment address 0000h would refer to physical address 0000h, but segment address 0001h would refer to physical adress 0010h?
I ask this because at one point he said that video memory starts at 0b80h:0000h which is equivalent to 0000h:0b80h. Isn't real mode address 0b80h:0000h actually equivalent to physical address 0b800h, not 0b80h? Or am I way off?
This is just off the top of my head (which is probably a good thing as it'll show if I actually understood or not).
Thanks!