What Is The Name Of A And L Register In Sic Machine And Also Specify Its Use?
A-accumulator: Used for arithmetic operation. i.e., in the case of arithmetic operations one operand is in the accumulator, and other operand may be an immediate value, register operand or memory content. The operation given in the instruction is performed and the result is stored in the accumulator register. L-linkage register: It is used to store the return address in the case of jump to subroutine (JSUB) instructions.