Language…
8 users online: crocodileman94, isaix, Jordan, Maw, obiet,  patcdr, Shiki_Makiro, underway - Guests: 255 - Bots: 358
Users: 64,795 (2,377 active)
Latest user: mathew

Address tracker

Tools → Address tracker

This file is obsolete. The latest version is Address tracker v4 (with auto-freeram-define assign). For other versions, check the version history.

Submission Details

Name: Address tracker
Author: HammerBrother
Added:
Version History: View
Operating System: Windows, Mac OS X, Linux
Platforms: SNES
Games: SMW
Source Available: No
Featured: No
Website: Link
Description: This is a simple javascript tool (which can be run on a browser) I made to help with tracking used addresses (specifically RAM addresses) when installing patches.

Features include sorting them, displaying the gap between two addresses, and if there are two or more entries conflicting (“overlap detected!”).

I made this because mere text form (and manuelly comparing them to check overlaps) noting the used RAM address can be difficult to find what RAM address is used or not, CTRL+F may not find used RAM address in most cases, and that listing every byte to alleviate that is clunky (see the HowToUse.txt to know what I mean). So by having a script reading all of this and automating the tasks makes this a lot easier.

This is certainly useful for collaboration hacks to visualize the RAMs being used in a compact user-friendly way.
Tags: address tracking
Comments: 4 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 206.67 KiB | 70 downloads

Screenshots

View all

Comments (4)

HammerBrother Author Link
Also, this is my very first tool.
 dtothefourth Link
Tested in Firefox, Chrome, Edge. It doesn't work in IE because of BigInt usage but don't consider that a problem. I updated the tool so you can enter TABs just by typing them into the box, otherwise accepted as-is
HammerBrother Author Link
Originally posted by kamekku14
I may fork this one and put this in a website for easy use.


Working on a tutorial/ASM library?
Klug Link
I may fork this one and put this in a website for easy use.