0 Members and 3 Guests are viewing this topic.
Question: what does "Err: bad flash" mean?sometimes it does it, and sometimes it compiles it without an error.
1.0.3 (but I need to upgrade to 1.0.5)
My bro found the bug in new Axe: My bro tried to add some pics into appvar, and gave him a memory error. He had a good amount of RAM left, but still gave him it. He said it won't let him add more than 2 pics in 7680 bytes appvar. And he also said it worked well in previous version of Axe.
Quote from: parser padwan on October 12, 2011, 10:41:10 pm1.0.3 (but I need to upgrade to 1.0.5)Upgrade and watch the error magically disappear!
.NAPPV[Pic1]→Str1[Pic2]→Str2[Pic3]→Str3GetCalc("appvS04",7680)→ACopy(Str1,A,768)Copy(Str2,A+768,768)Copy(Str3,A+1536,768)
the code was:Code: [Select].NAPPV[Pic1]→Str1[Pic2]→Str2[Pic3]→Str3GetCalc("appvS04",7680)→ACopy(Str1,A,768)Copy(Str2,A+768,768)Copy(Str3,A+1536,768)