Published February 8, 2021.
This patch solves the following problem:
[EWRL78-701]
For the s3 core, the long long assembler support routine __Mul64 makes use of the MACHU instruction, but does not save the MACR result registers as required. This can cause problems if an interrupt that also uses _Mul64 occurs while the _Mul64 routine is being executed.
Download installer for Windows (
5.4 KB)
| Languages: | English, Japanese |
A valid Support and Update Agreement is required for this download.
How to Install:
Unzip the attached file and add the file longlong.s87 as a source file in your project. The default version of __Mul64 (in the library) will then be overridden.