Add Memory Browser?

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

Post Reply
Laramon
New Member
Posts: 3
Joined: Tue Feb 01, 2005 6:42 am
Location: Seattle, WA
Contact:

Add Memory Browser?

Post by Laramon »

I was wondering if it would be viable to add one more option to the cheats menu, or possibly another menu. What would be most convenient (at least for me) is an option to set a base address and X bytes/words/longs to display. Would that be a viable option?
Agozer
16-bit Corpse | Nyoron~
Posts: 3534
Joined: Sun Aug 01, 2004 7:14 pm
Location: Nokia Land

Post by Agozer »

The Zsne GUI is a bitch to modify at this point in time, because it's basically ASM hell. Give the devs some time to port more ASM code to C and then ask again. Who knows, you might get your wish.
whicker: franpa is grammatically correct, and he still gets ripped on?
sweener2001: Grammatically correct this one time? sure. every other time? no. does that give him a right? not really.
Image
Laramon
New Member
Posts: 3
Joined: Tue Feb 01, 2005 6:42 am
Location: Seattle, WA
Contact:

Post by Laramon »

Not in a huge rush. Didn't know it was mostly in assembler... I know how that is... I wrote in 16 bit asm back in high school... only remember about 5% of it... pretty much summed up in:

mov ax 13h
int 10h

Yay 320x200x8!

~crash~

It was just a suggestion on something for someone to spend their spare time on when their minds go blank. I know when I program a lot on one subject, my mind gets kinda numb until I find something else to do. Then programming seems that much easier! At least for me anyways. Take your time, folks. ASM is a killer.
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

Technically, you can browse memory with the cheat menu.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Post by grinvader »

Practically, during emulation:

1 - bring up the GUI
2 - > Cheat > Search
3 - > Comparative Search + options
Meaning, the results will display 1, 2, 3 or 4 bytes from the offset, in hex or decimal.
4 - > Start > View
5 - > There you go, all memory from 0x7E000000 to (0x7FFFFFFF - sizeof(result))
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Laramon
New Member
Posts: 3
Joined: Tue Feb 01, 2005 6:42 am
Location: Seattle, WA
Contact:

Post by Laramon »

Well I'll be a toad's uncle... I never thought of that.

Thanks guys. Sorry to waste your time.
Post Reply