Why QuickBASIC's "Generate 68881 Code" Option Dims Out (37301)
This article was previously published under Q37301
SUMMARY
In the compiler Options... choice on the Run menu of Macintosh
QuickBASIC, the "Generate 68881 Code" check box is disabled (marked in
dim letters) until you click the "Generate 68020 Code" check box in
the Binary Math version. In the Decimal Math version, the "Generate
68881 Code" check box remains permanently disabled because Microsoft
QuickBASIC (d) cannot take advantage of the coprocessor.
This feature prevents you from generating 68881 instructions for a
machine that could not have this chip.
To generate code that takes advantage of the 68881 math coprocessor,
do the following:
- Run Microsoft QuickBASIC (b), Binary Math version.
- Click the box labeled "Generate 68020 Code."
- Click the box labeled "Generate 68881 Code."
A program compiled with the 68020 and 68881 options requires the
presence of the 68881 math-coprocessor chip at run time.
MORE INFORMATION
The 68881 chip must not be on an accelerator board; it must be built
into the Macintosh as standard equipment. QuickBASIC has not been
tested with accelerator boards.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB37301 |
|