[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.3.0-rc3 compilation with PureC (AtariST).
- From: Oliver Kroth <oliver.kroth@...>
- Date: Tue, 06 Jan 2015 10:53:37 +0100
Hi Wiktor,
print() doesn't work when called from for loop (and it's possibly just
one manifestation of this issue). While loop seems to work fine.
you may like to test if it is the print() inside the for loop that does
not work, or - more likely - the for loop itself.
It may also be worth to recompile with no optimisation - just in case
that the FPGA emulation of the MC68k has some issues with them.
Could be that the optimised code fails to properly process the FORPREP
or FORLOOP opcode.
--
Oliver