@(#)README	1.1

Write a MIPS assembly language program that consists of a main
program that accepts two command line arguments each of which is
a string that represents a decimal integer.

The program should convert the two strings into a 32-bit integer,
multiply the two integers to obtain the product and output
the result as a decimal string on the display console.
