Multiply

Multiply RAM[0] by RAM[1] and store the result in RAM[2]. The program assumes that RAM[0] >= 0, RAM[1] >= 0, and RAM[0] * RAM[1] < 32768.