![]() |
|
Returning to basic do not run PRINT.(*solved*) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: Returning to basic do not run PRINT.(*solved*) (/showthread.php?tid=356) |
Returning to basic do not run PRINT.(*solved*) - compiuter - 2011-07-01 I was testing an attr routine. I launch it with pokeing it and randomize usr 60000. When returns to basic, the problem is if I put a single print, then returns out of memory. Not this if I put a print at. I think the compiler affects to variables ch add or something. Code: Sub GetAddrTileFull(y, x, buf)zxb attr1a.bas -T -B -a -Z -O1 --org 32768 Regards. Re: Returning to basic do not run PRINT. - boriel - 2011-07-02 Please, copy & paste the code here using the "Code" button above. You can also send it to my by email. I'm currently rather busy, and there is another bug fix pending. :oops: Re: Returning to basic do not run PRINT. - compiuter - 2011-07-02 The problem is using in basic. The routine seems to go on. The problem are the effects in print or others. I posted the code above. :? Re: Returning to basic do not run PRINT. - boriel - 2011-07-11 The compiler returns "Out of Screen" (not Out of Memory). This bug is due to PRINT coordinates changed by the PRINT routine system. I will fix it as soon as possible (still busy!) Re: Returning to basic do not run PRINT. - boriel - 2011-07-13 Okay, seems to be fixed. Please download latest version (1.2.8s703) and tell me if it worked! :roll: Re: Returning to basic do not run PRINT.(*solved*) - compiuter - 2011-07-16 Okay, fixed now. |