116CHAPTER 5 CPU ARCHITECTURE5.4 Operand Address AddressingThe following various methods are available to specify the register and memory (addressing) which undergomanipulation during instruction execution.5.4.1 Implied addressing[Function]The register which functions as an accumulator (A and AX) in the general register is automatically (illicitly)addressed.Of theμPD78058F and 78058FY Subseries instruction words, the following instructions employ impliedaddressing.Instruction Register to be Specified by Implied AddressingMULU A register for multiplicand and AX register for product storageDIVUW AX register for dividend and quotient storageADJBA/ADJBS A register for storage of numeric values which become decimal correction targetsROR4/ROL4 A register for storage of digit data which undergoes digit rotation[Operand format]Because implied addressing can be automatically employed with an instruction, no particular operand format isnecessary.[Description example]In the case of MULU XWith an 8-bit × 8-bit multiply instruction, the product of A register and X register is stored in AX. In this example,the A and AX registers are specified by implied addressing.