What do you understand by SEGMENT assembler directive?
SEGMENT: This directive explains to the assembler the start of a segment along with name segment-name. The segment name must be unique and obeys the rules of the assembler
The Syntax is as given here:
Segment Name SEGMENT {Operand (Optional)}; Comment
.
.
.
Segment Name ENDS.