What is EGTAPI ?
EGTAPI =
Emory Graphical Tool for
Assembler Programming Instructiion
- A graphical user tool that
displays
all the relevant information
of a target computer system:
- The last executed instruction
- The current values of the
registers
- The current value of the
PC
- The next instruction (at the
memory location given by the PC)
|
- Allows the user to
examine
program variables
in different formats (data types)
- Allows the user to
control the
program execution with
break points and
single-stepping
|