Re: A83: virus
[Prev][Next][Index][Thread]
Re: A83: virus
I read henks idea and it intreaged me
so i decided to try something
I used VTI to reset both the 83 and 83+ to get 2 equates from the debugger 
feature in the VTI
i wrote a little code for this:
        .nolist
        #include "ion.inc"
	.list
#ifdef TI83P
	.org    progstart-2
	.db     $BB,6D
_Reset = $0212
#else
	.org    progstart
_Reset = $0275
#endif
        ret
        jr      nc,start
        .db     "Virus Test",0
start:
	bcall(_reset)
	halt
.end
END
When i tested it it worked perfectly on the 83
but it just crased the 83+ and i couldnt turn it on again.
maybe someone could help me with this idea....
Ryan Cullan
"You laugh at me because i am different, but i laugfh at you because you are 
alol the same"
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at 
http://profiles.msn.com.