Hex Viewer by Andrew McGowen
v1.0

This is a simple utility for viewing the contents of your Voyage 200's memory.

INSTALLATION:
1. Send the zip file to your calculator using whatever link software you like.
2. Type "hexview()" from the homescreen (without quotes)

USAGE:
  Main Menu:
    Shows all built-in tools (currently only 2). Use the arrow keys to navigate, and
      press 'ENTER' to run it
    Press 'ESC' to quit to the homescreen

  Hex Viewer:
    Shows the contents of the calculator memory, hex form.
    To the left is the current address
    In the middle is the hexadecimal (base 16) view of the memory
    To the right is the ASCII (character) view of the memory
    Use the arrow keys to move up and down
    Press 'ESC' to escape to the previous menu/tool
    To go to a specific address, press the store ('->') key, then enter the address
      in hex form (without the preceding '0x')
    Press 'R' to refresh the entire screen

  Heap Walker:
    Shows all of the entries in the heap
    To the left is the current ID (or handle)
    In the middle is the address to the block
    To the right is the size, in bytes, of the block (in hex form)
    If the block is set as locked, a small padlock will appear to the right of the size
    Use the arrow keys to move up and down, or 'ESC' to quit
    Pressing 'ENTER' will launch the Hex Viewer, and jump to the beginning of the block
      (pressing 'ESC' in this case will return to the Heap Walker)

COPYRIGHT/DISCLAIMER/OTHER LEGAL STUFF:

All source code Copyright (c) Andrew McGowen 2009-2010

You may reuse/modify/distribute the source code as you see fit, as long as you do not use it for
commercial purposes (such as selling the source code)
Also, a small note indicating where you got the source code from would be appreciated!

THIS PROGRAM IS PROVIDED 'AS IS' WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Basically, although I have made an extended effort to free this program of any bugs, I can't be held responsible for any damage/loss of data done as a result of use of this program.

QUESTIONS/COMMENTS:
Contact me at akmcgowen[AT]comcast[DOT]net (replace [AT] with @, [DOT] with .)