The output diagram will look like this:
+TODO, move this to a separate file then *include it twice*, once with triple-quotes
+and once without. grep "inline raw=yes" for examples on how to include in mdwn
+
+```
| clk # | fetch | decode | issue | execute |
|:-----:|:------------:|:------------:|:------------:|:------------:|
| 1 | addi 3,4,5 | | | |
| 6 | | ld 1,2(3) | | cmpi 1,0,3,4 |
| 7 | | | ld 1,2(3) | |
| 8 | | | | ld 1,2(3) |
+```
Explanation: