MASM32 Downloads
Switching to and from sectionsIt's easy to switch to a section and back again. Just use either CODE SECTION or DATA SECTION CONST SECTION or their shortened forms as appropriate. You can do this as often as you like through your source script. GoAsm and the linker will concatenate all instructions intended for each section.