Classifying ISA (Contd.)
General purpose register architecture: Operands are explicit : either memory operands or register operands. Any instruction can access memory. ISA design is orthogonal.
Load/store architecture: Only load /store instructions can access memory. All other instructions use register. Also called register-register architecture.
Study tables in Figures 2.2. and 2.3.