This forum is dedicated to those who want support programming in ugBASIC.
Questo forum è dedicato a chi desidera supporto per programmare in ugBASIC.
Ce forum est dédié à ceux qui souhaitent prendre en charge la programmation en ugBASIC.
jacknpoe wrote: ↑Sun Jun 29, 2025 2:56 pm
When I use EXP and LOG, I have the "Internal method not implemented" error:
At the moment the error depends on the fact that the functions LOG() and EXP() are not implemented for the floating point under Zilog Z80 and Sharp SM83 processor, hence the error message. For the other processors, however, they are fully implemented. So you could try to compile the source for computers with Morotola 6809 or MOS 6502/6510/8502 processors
The completion of the implementations for Z80 and SM83 is progressing according to a roadmap, which can be possibly kept an eye on via tickets on github:ticket #753 - ticket #754