How do multiply a 64bits with 32 bits in MIPS -


im trying multiply 2 32bits in mips. result stored in high , low register. how can multiply 64bit 32 bit when answer stored in 2 registers?

you multiply each half of 64-bit value 32-bit value, add matching registers together, realizing may need third 32-bit register represent result.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -