Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. digraph G {
  2. mclimit=1.5;
  3. rankdir=TD; ordering=out;
  4. graph[fontsize=10 fontname="Verdana"];
  5. color="#efefef";
  6. node[shape=box style=filled fontsize=8 fontname="Verdana" fillcolor="#efefef"];
  7. edge[fontsize=8 fontname="Verdana"];
  8. node_1 [fillcolor="#ff666FF0000" shape="record" label="TB 1\l-------------\lPC: 0x0000000000034d54\lexec count: 7036272\l\l ----------------\l IN: \l 0x00034d54: 01 cb addw %cx, %bx\l 0x00034d56: 3b 1d cmpw (%di), %bx\l 0x00034d58: 30 00 xorb %al, (%bx, %si)\l 0x00034d5a: 00 00 addb %al, (%bx, %si)\l 0x00034d5c: 72 af jb 0x34d0d\l \l "];
  9. node_2 [fillcolor="#ffcccFF0000" shape="record" label="TB 2\l-------------\lPC: 0x0000000000034d5e\lexec count: 7568\l\l ----------------\l IN: \l 0x00034d5e: 95 xchgw %bp, %ax\l 0x00034d5f: c3 retw \l \l "];
  10. node_1 -> node_2;
  11. node_3 [fillcolor="#ff666FF0000" shape="record" label="TB 3\l-------------\lPC: 0x0000000000034d0d\lexec count: 7032499\l\l ----------------\l IN: \l 0x00034d0d: 89 de movw %bx, %si\l 0x00034d0f: 26 8b 0e 26 f6 movw %es:0xf626, %cx\l 0x00034d14: 46 incw %si\l 0x00034d15: 08 80 75 3b orb %al, 0x3b75(%bx, %si)\l \l "];
  12. node_4 [fillcolor="#ffcccFF0000" shape="record" label="TB 4\l-------------\lPC: 0x0000000000034d19\lexec count: 4039\l\l ----------------\l IN: \l 0x00034d19: 39 c1 cmpw %ax, %cx\l 0x00034d1b: 72 37 jb 0x34d54\l \l "];
  13. node_5 [fillcolor="#ffcccFF0000" shape="record" label="TB 5\l-------------\lPC: 0x0000000000034d1d\lexec count: 3795\l\l ----------------\l IN: \l 0x00034d1d: 26 c6 46 08 80 movb $0x80, %es:8(%bp)\l 0x00034d22: ff 35 pushw (%di)\l 0x00034d24: 86 00 xchgb %al, (%bx, %si)\l 0x00034d26: 00 00 addb %al, (%bx, %si)\l 0x00034d28: 26 8f 46 04 popw %es:4(%bp)\l 0x00034d2c: 8d 6b 09 leaw 9(%bp, %di), %bp\l 0x00034d2f: 89 ca movw %cx, %dx\l 0x00034d31: 29 c2 subw %ax, %dx\l 0x00034d33: 83 fa 09 cmpw $9, %dx\l 0x00034d36: 77 06 ja 0x34d3e\l \l "];
  14. node_6 [fillcolor="#ffcccFF0000" shape="record" label="TB 6\l-------------\lPC: 0x0000000000034d38\lexec count: 73\l\l ----------------\l IN: \l 0x00034d38: 26 00 56 08 addb %dl, %es:8(%bp)\l 0x00034d3c: eb 20 jmp 0x34d5e\l \l "];
  15. node_6 -> node_2;
  16. node_5 -> node_6;
  17. node_7 [fillcolor="#ffcccFF0000" shape="record" label="TB 7\l-------------\lPC: 0x0000000000034d3e\lexec count: 3722\l\l ----------------\l IN: \l 0x00034d3e: 26 89 06 01 c3 movw %ax, %es:0xc301\l 0x00034d43: 89 de movw %bx, %si\l 0x00034d45: 26 89 16 31 d2 movw %dx, %es:0xd231\l 0x00034d4a: 26 88 56 08 movb %dl, %es:8(%bp)\l 0x00034d4e: 26 89 56 04 movw %dx, %es:4(%bp)\l 0x00034d52: eb 0a jmp 0x34d5e\l \l "];
  18. node_7 -> node_2;
  19. node_5 -> node_7;
  20. node_4 -> node_5;
  21. node_4 -> node_1;
  22. node_3 -> node_4;
  23. node_3 -> node_1;
  24. node_1 -> node_3;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement