Read/Execute Code Attributes
These attributes determine whether a code segment can be read as well as executed:
EXECUTEONLY
The segment can only be executed.
EXECUTEREAD
The segment can be both executed and read (default).
[Back: Load Code Attributes]
[Next: I/O Privilege Code Attributes]