Integer Arithmetic 1.0 will accept an integer from stdin, square that integer, and output the squared number to stdout.
That may sound trivial to the non-assembly programmer, but the truth is that in pure assembly it is a moderate size piece of work. Â Feel free to download the program and try it.