< Compile Options / Object Options >
[Format]
[Description]
- | This option generates code in which no DIV, DIVU, or FDIV instructions are used for division and modular division operations in the program. |
[Remarks]
- | This option calls the equivalent runtime functions instead of DIV, DIVU, or FDIV instructions. This may lower code efficiency in terms of required ROM capacity and speed of execution. |