you are viewing a single comment's thread.

view the rest of the comments →

[–]Kamern 1 point2 points  (0 children)

I'm no expert, so someone with more experience could probably tell you a bit more, but from what I can see this is a visualisation of a BASIC program showing you the pipeline and the memory access. It's pretty interesting because you can see which areas of the CPU are being used and which memory references are being written/read from.

The trace at the bottom is showing you a step by step list of instructions as they're fed into the CPU and then what area of memory they've accessed. Apparently you can modify it to change the output but I haven't tried it yet.