The .equ directive is used in assembly language to define symbolic constants or aliases with fixed values. It allows programmers to assign a constant value to a symbolic name, making the code more readable and maintainable. Example: MAX_VALUE equ 100