Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
addresses and integers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Kenneth Brody, post: 2385286"] David R Tribble wrote: [... Intel x86 memory architecture ...] Actually, the code segment (CS) typically points to different memory, so you can't accidentally try to execute data. (At least this is how "real" operating systems do it.) The rest (DS, ES, FS, GS, and SS) typically point to the same memory, so that all data references can use a "near" 32-bit pointer. [...] And they did have Xenix on the 68000 platform before they had DOS on 8088. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
addresses and integers
Top