View Single Post
Old 3rd February 2005, 20:17   #16  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
@r0lZ

In your unused GPRM algorithm, I know it's looking for Set commands. But per chance, with a example unused GPRM(3), that these commands could possibly exist?
Code:
[00 21 00 02 00 03 00 05]  1  if ( gprm(2) == gprm(3) ) then { Goto line 5 }

or

[00 A1 00 03 00 00 00 05]  1  if ( gprm(3) == 0 ) then { Goto line 5 }
Is it looking for commands like these too?
__________________
2COOL

Last edited by 2COOL; 3rd February 2005 at 20:23.
2COOL is offline   Reply With Quote