In MS Windows PE file terms, section containing executable code.
Typically there will be only one code section in every executable.
Typical section names are ".text", ".code", "AUTO".
The value 'BaseOfCode' from PE header will normally point to the start of this section.