Re: A83: prob. lame
[Prev][Next][Index][Thread]
Re: A83: prob. lame
Hmm..
after some hours testing all the things u guys have helped me with, i found
out my mistake, o that's one hell of a big mistake, i had name the program
"ZINVERSE"... so after renaming it to "ZWHATE" it sure worked pretty fine!
So anyone know of more "name-limitations"?
/jetthe
>The Syntax Error probably comes from your method of Compilation. If you
>compile using DevPack, then you must run the program through ZASMLOAD. The
>way to do that is also put ZASMLOAD on your calc, and have a Basic program
>that puts the name of your Asm prog into the ANS variable, and then does a
>Send(9 on ZASMLOAD. Like so...
>
>:"PROGNAME"
>:Send(9prgmZASMLOAD)
>
>Btw, you dont need the closing " or ) but you prolly know that...
>
>If you are not using DevPack when you compile, then you have to tack on the
>
>:End
>:0000
>:End
>
>thing to the end of you asm program when you open it in the Basic Editor,
and
>I think there Cannot be a final press of "Enter" after that last "End"
>command. Try those things. Hope it helps, cya...
References: