Question Description
do a multiplier in xMachine language. Consider the following factors:
You’ll need two inputs and an output
You may need some additional data cells
Think of the definition of multiplication
You’ll probably need a loop
You can’t assume the answer (eg it should work on any inputs)
negative numbers Make your program handle multiplication of negative values
zero Handle zero as a multiplicand.
division See if you can make division work. It’s fine to keep it, integer division. Just calculate a quotient and a remainder
whatever else you can dream up
http://math.hws.edu/eck/js/xComputer/xComputer.htm use this software.
Also, please put a summary of what you did on every step.