Hi @Belloc ,
For some knowledge about SEGMENT, you could refer to this link, MASM programs consist of file modules made up of segments, logical segments contain the three components of a program: code, data, and stack. SEGMENT is a must for every standard assembler, it can realize the segmentation management of memory. After segmentation, the system will load these data into different areas of the memory segment when the program is running.
Best regards,
Elya
If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.