SS Module1
SS Module1
1.Memory of SIC
2.Registers of SIC
Module 1 1
3. L(Linkage Register-2): It stores the return address of
instruction
in case of subroutines.
Module 1 2
In direct addressing mode, address field in the instruction
contains the effective address of the operand and no
intermediate memory access is required. Now a days it is rarely
used.
Example:
Add the content of R1 and 1001 and store back to R1:
Add R1, (1001)
Here 1001 is the address where operand is stored.
Example:
MOV AX, [SI +05] There are two addressing modes available-Direct
and Indexed
Module 1 3
5. Subroutine Linkage: Instructions related to subroutines. For
example JSUB, RSUB
Module 1 4