Sweet16 v1.1

by Jonathan Marcus (Appelkore@aol.com)



Sweet16 is a simple hex-viewer.
I wrote it because the others crashed all the time.


Keys:

 LEFT/RIGHT   +/- one byte
 UP/DOWN      +/- one row (8 bytes)
 CUSTOM       go to address
  To enter the address, use 0-9 and LOG (A), SIN (B), etc.
 EXIT         exit


Email me if you have any suggestions.


Thanks to Jonah Cohen for his hex input routine.


Version history:

v0.5 - ??? bytes - never released
 - changed name to Sweet16
 - small font
 - inserted description
v0.9 - 265 bytes - never released
 - fixed positioning problems
 - fixed scrolling
 - various optimizations
 - much faster
v1.0 - 403 bytes
 - moved a bunch of subroutines into the main routine
 - Jonah solved my hex input problem
v1.1 - 361 bytes
 - fixed main_keys routine to save battery power
 - various optimizations
 - subroutines no longer save registers unnecessarily
 - fixed ".bin" zip archive problem


Planned features:

 - find byte sequence in mem
 - var location
 - save last loc
 - page swapping
 - inline editing
 - view modes: hex, graphics, ASCII
 - save bytes as string

