Author Topic: misc  (Read 4865 times)

0 Members and 1 Guest are viewing this topic.

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
misc
« on: June 18, 2012, 04:36:45 pm »
i made a quick viewer/single byte editor for programs/appvars to help debug exporting things and thought other people might find it useful for things like debugging high score appvars or making quick modifications to things. it only edits variables in RAM, though.
« Last Edit: June 19, 2012, 11:00:51 am by shmibs »

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: misc
« Reply #1 on: June 18, 2012, 08:25:48 pm »
Looks good, but maybe a way to view/edit it as hex instead of decimal values as well?
There's something about Tuesday...


Pushpins 'n' stuff...


Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: misc
« Reply #2 on: June 19, 2012, 11:00:31 am »
here you go. this one uses hex and allows lowercase characters in variable names. =)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: misc
« Reply #3 on: June 25, 2012, 12:00:17 am »
here's another little program that was spawned out of making tileit. ztok is an easy way to access the complete token set of the 8X+ series calcs. it initially, the user is presented with a list of single byte values and their assoviated tokens, with those that lead to two byte tokens hilighted. pressing left or right on higlighted entries allows viewing all of the two byte tokens associated with that first byte. clear quits without doing anything, and 2nd/enter either stores the token to the last entry value or appends it to the end of Str0 (creating it if it does not exist or is archived). which one is toggled with XTthetan and is indicated by a letter in the bottom right. also indicated in the bottom right is whether up/down will jump 1 byte (+) or eight (*) (toggled with alpha), allowing faster navigation, and an appvar ensures that position the catalogue/export option chosen are maintained, in case you are grabbing several tokens at a time.
« Last Edit: June 25, 2012, 12:26:20 am by shmibs »