0 Members and 1 Guest are viewing this topic.
You mean scrolling to errors? Are you using an old version of zStart? I forgot to mention it in the changelog, but Axe 1.2.1+ now checks if zStart exists, and if so, uses its instant goto function for going to errors instead of Axe's. Unfortunately, the API instant goto function was broken in some older versions of zStart, but there's no way for Axe to easily know what version it is so Axe will blindly use the broken API function in older versions of zStart.
I get it on compiling every program.Sometimes it happens when I just quitted a Asm program.But I can't explain more: I just get more often Unknown Error with zStart than normally. You should backup program before compiling.
I think I got a pointer to these unknown errors: I think that's related to RAM allocation for programs. Trying to compile two time a 16kb program made Axe crashed.
Plop,In Axe 1.2.1a, Exch() seems to use indirection twice. To exchange two bytes situated at for example L1 and L2, I had to do ::L1->r1:L2->r2:Exch(°r1,°r2,2)