* Added function diffing and graph diffing (json and dot only) * Added tests for new functions and graph diffing * diff graph more clear * enforce same colors everywhere. * using realsize for calculating function size * renaming unconditional jump color name * fixed memory issues and weird behaviour
59 lines
963 B
Text
59 lines
963 B
Text
# SPDX-FileCopyrightText: 2015 pancake <pancake@nopcode.org>
|
|
# SPDX-License-Identifier: LGPL-3.0-only
|
|
|
|
# optimized for windows
|
|
ecd
|
|
k one=cyan
|
|
k two=white
|
|
ec fname `k one`
|
|
ec label `k one`
|
|
ec fline `k one`
|
|
ec flag `k one`
|
|
ec offset `k two`
|
|
ec comment red
|
|
ec usrcmt green
|
|
ec flow green
|
|
ec flow2 green
|
|
ec b0x00 white
|
|
ec b0xff red
|
|
ec bin cyan
|
|
ec b0x7f white
|
|
ec other gray
|
|
ec btext cyan
|
|
ec invalid red
|
|
ec trap red
|
|
ec ucall cyan
|
|
ec ujmp green
|
|
ec args green
|
|
ec help yellow
|
|
ec prompt cyan
|
|
ec mov gray
|
|
ec math gray
|
|
ec push yellow
|
|
ec reg white
|
|
ec creg white
|
|
ec num cyan
|
|
ec invalid red
|
|
ec swi cyan
|
|
ec cmp yellow
|
|
ec call cyan
|
|
ec cjmp green
|
|
ec jmp green
|
|
ec pop yellow
|
|
ec linehl rgb:004
|
|
ec graph.true green
|
|
ec graph.false red
|
|
ec graph.ujump blue
|
|
ec graph.current blue
|
|
ec graph.traced blue
|
|
ec graph.box gray
|
|
ec graph.box2 blue
|
|
ec graph.box3 gray
|
|
ec graph.box4 gray
|
|
|
|
ec func_var white
|
|
ec func_var_type blue
|
|
ec func_var_addr cyan
|
|
|
|
ec widget_bg white gray
|
|
ec widget_sel black cyan
|