0 Members and 1 Guest are viewing this topic.
pop hlret
ld a,1ld (appInfo+2),abcall(50CBh)ld a,$7Ebcall(_eraseFlash)
This will give LOADS of false alarms. The scanner will say a program is evil every time it pop's BC before a RET, while this sometimes is required. The code will only crash your calculator when the stack level at RET is different from the stack level at the routine's entry point.