So in MIPS static variables are declared in the .data section, and these will be placed in memory in the static segment. However, does the assembler determine these addresses at compile time, or are these addresses determined when the program is loaded int memory by the OS?
↧