Answer:
The three categories of assembly language instructions are:
- Data Transfer Instructions: These instructions are used to move data between memory locations and registers. Examples include instructions to load a value from memory into a register or store a value from a register into memory.
- Arithmetic and Logic Instructions: These instructions are used to perform mathematical operations and logical operations on data stored in registers or memory. Examples include instructions to add or subtract values, or to perform bitwise operations such as AND and OR.
- Control Flow Instructions: These instructions are used to change the order in which instructions are executed. Examples include instructions to jump to a different location in the program, to call a subroutine, or to return from a subroutine.