.opdef

Name

.opdef --  assignes another name to an opcode

Syntax

.opdef mname ,opcode

Description

.opdef assigns another name, mname, to the specified opcode. This name can then be used just like the original opcode. Of course, the original opcode is still available. Opcode may be a standard opcode, a previously defined macro, or a symbol defined in a previous .opdef.

Example

		.opdef IRP,.DOPARM	; note that even though .DOPARM is a
					; directive, IRP doesn't
					; require a leading period.