1
0
mirror of https://github.com/specht/champ.git synced 2024-06-25 21:29:31 +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
* watch variables (single variables or pairs)
* 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