3.2.2 DATA ALIGNMENT
Data alignment means putting the data at a memory offset equal to some multiple of the word size, which increases the system's performance due to the way the CPU handles memory.
List data sizes Apply to MIPS chips :
Show Data Alignment in MIPS :
3.2.3 REGISTERS
Register set as well as the instruction set.
- SPIM does not implement all of co processor 0’s register, since they are not much useful in a simulator or part of the the memory system, which is not implemented.
- SPIM provide trap registes
- The exception code bits contain a code from the table 3.1.5 describing the cause of an exception.
3.2.4 SYSTEM CALL
Assembly programs request a service by loading the system call (syscall) instruction.
3.3.5 MIPS ASSEMBLY LANGUAGE PROGRAM FORMAT
MIPS Program have a format that comprises of four columns
Column 2 : OPCODE (OPERATION CODE)
Column 3 : OPERAND
Column 4 : COMMENT
Published by :
Syaqira Liyana Binti Ahmad Ghazali
( B031310568 )
No comments: