Go to the first, previous, next, last section, table of contents.
GNU CC recognizes one special option when configured to generate
code for the Z8000 family:
-mz8001
- Generate code for the segmented variant of the Z8000 architecture.
(Without this option,
gcc
generates unsegmented Z8000 code;
suitable, for example, for the Z8002.)
Go to the first, previous, next, last section, table of contents.