To determine the machine-code representation of the following assembly-language instructions: AND R13, R8, R12 and SRA R8, R8, R13.
Options:
a) Logical operations
b) Bitwise operations
c) Shift operations
d) Arithmetic operations