I desperately need help converting this pseudo code (multiply n*m, using repeated addition via a loop) into assembly
I have been stuck trying to figure out how to translate this pseudo code into assembly code that will run successfully using the CPUEmulator.sh in the Nand2Tetris project.