Answer the question
In order to leave comments, you need to log in
Are the data segments of the code a division for the assembler or is it stored in the machine code like that?
In assembler, the program has a section .text, .bss, .data. I understand that the data and program code are stored there, it’s interesting when compiling into machine code, is it also divided into segments for execution by the processor, or is it just for syntax convenience?
Answer the question
In order to leave comments, you need to log in
In assembler, the program has a section .text, .bss, .data
when compiling to machine code, it is also divided into segments there
to be executed by the processor
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question