image spinning
An experiment in assembly language computer programming.
...It has a simple menu for loading a picture, and only a few functions
The way it works is it scans the original bmp picture along radial lines and writes a table of pixels which has the pixels from the radial lines regularly spaced apart in a very simple way.
I tried both radial lines scanning and concentric circles scanning, both worked