The calcnet interrupt handles turning the calc on and off with [on]. but when i do so with this code running
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| :.KEY :AsmComp(GCNAXE) :prgmGCNLIB :CnOn : :For(A,0,255) :Disp GetKey►Dec,i :Pause 100 :End : :CnOff :Stop :Return Generated by SourceCoder (http://sc.cemetech.net) © 2005-2012 Cemetech (http://www.cemetech.net) |
It locks up after you turn the calc back on. The for loop just does not continue to run, as I can still turn the calc on and off. any ideas?
Edit: i like it pauses for a while then starts up again....