This chapter introduces the basics of the MIPS assembly language. Assembly language statements can either instruct the processor to perform a task, or direct the assembler during the assembly process.
Once we’ve built a computer, the next step is to develop an assembly language and then an assembler that can assemble our programs. In my previous column, we introduced the concept of the big-endian ...