1
0
mirror of https://github.com/specht/champ.git synced 2024-12-22 03:30:47 +00:00

documentation

This commit is contained in:
Michael Specht 2018-02-16 16:07:06 +01:00
parent 9e4f8336fe
commit 45603d4bf7

View File

@ -10,7 +10,7 @@ This is a 6502/65C02 emulator / profiler that enables you to really get to know
* see how much time is spent in which subroutine * see how much time is spent in which subroutine
* watch variables (single variables or pairs) * watch variables (single variables or pairs)
* no required dependencies except Ruby, gcc and Merlin32 * no required dependencies except Ruby, gcc and Merlin32
** optional: GraphViz if you want a call graph * optional: GraphViz if you want a call graph
## Usage ## Usage