mirror of https://github.com/stella-emu/stella.git
3af4b74147
is working except for changing values (but you can still use the RAM tab to do that). Basically, the rules are as follows: 1) Only works on decimal input for now. 2) Search with empty input returns all addresses (128 bytes). 3) Comparing a value after a search inspects the current result set for the given value. 4) Compare can make use of 'comparitive' operators '+' and '-'. If specified at the start of input, they search by offset. Typical uses are as follows: 1) Search for a '3', then compare to a '2'. This finds the memory location that at first contained 3, then later changed to 2 (maybe you lost a life or something). 2) Search for all values (leave input blank), then compare to '-1'. This finds all memory locations that have decreased by 1 (useful when you don't know where to start). I guess after this, Stella will officially be banned from hi-score contests :) git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@497 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba |
||
---|---|---|
CVSROOT | ||
stella |