资 源 简 介
GMT - Generic Memory Tool
GMT is a collection of classes for easy, human-friendly memory access in your console tools. I"ve got the idea for GMT as I worked on a hardware project. The hardware (FPGA)
could be accessed via shared memory.
GMT allows to displays and modify data in memory using simple commands.
The class is intended to be used in console tools, therefore the commands are
human readable strings.
With GMT you can:
dump memory in human friendly form. GMT displays memory in hex- and binary representation along with interpretation of data in memory
set/clear one bit in memory
assign a value to a word of particular word-length
In order to show data in human friendly form GMT should be able to interprete the data.
GMT interpretes the data using data description. The data is described as human
readable text.
For more description please visit the Wiki page: https://code.google.com/p/jeeamtee/wiki/Main