0 Members and 4 Guests are viewing this topic.
:.AXEPROG:Disp "I'm compiled____ ;that's 4 spaces (for a newLine)
ld hl, string bcall(_putS) retstring: .db "I'm compiler ", 0
:getCalc("varA"):Disp A>Dec
iI found a bug:If I useCode: [Select]:getCalc("varA"):Disp A>DecIt is always an Error if A is not 0 and I don't think that should be an Error!!
So I made my first Axe program today, and I already found a glitch Code: [Select]:.AXEPROG:Disp "I'm compiled____ ;that's 4 spaces (for a newLine)This code, when run, displays "I'm compiler____".The assembly is:Code: [Select] ld hl, string bcall(_putS) retstring: .db "I'm compiler ", 0So it's not some homescreen glitch. I'll leave this one up to you
I've had a similiar problem. It doesn't always manifest itself, but sometimes when I compile, certain letters are replaced by 'r'. Recompiling it always fixes the issue for me.
That error is only thrown when flash could not be unlocked for some reason.
The error message "Bad Flash" is unrelated to the sector issue in the previous versions (I think). That error is only thrown when flash could not be unlocked for some reason. I don't know what would cause that, it was more of a sanity check. When do you get the error?
Quote from: Quigibo on August 14, 2011, 02:39:03 amThe error message "Bad Flash" is unrelated to the sector issue in the previous versions (I think). That error is only thrown when flash could not be unlocked for some reason. I don't know what would cause that, it was more of a sanity check. When do you get the error?How do you check whether flash is unlocked or not?