Here’s a little example of Assembly Language Studio running, doing the creation of a Mandelbrot, you can see that the memory viewer is updating in realtime during the generation, which is really handy when debugging. The assembly code is running on a seperate thread but you can see that the GUI does not become unresponsive or beach ball. I’ve slowed down the Mandelbrot creation a little to update the GUI more frequently.