Files
FCDOSrenew/source/FCQUIT.COM.flows.gv
2026-02-11 11:09:14 +08:00

8 lines
253 B
Plaintext

digraph mygraph {
node [shape=box];
start -> x100 -> x0118;
x100 -> x010f -> x0126;
x010f -> x0118 -> x0120; x0120 -> x0181[label="call"];
x0181 -> x0185; x0185 -> x0123[label="ret"]
x0120[label="call"];
}