= Assembler programmation for a minimalist computer == What are you going to learn ? - What are the minimal components of a computer ? - What is the memory exactly? - What is the memory address space? - What does little endian mean ? - What is a device and how to communicate with ? - What is the main feature of the MIPS core ? - How to write a program for the MIPS core? - How to program the MIPS32 with assembler language? == Plan - [#VNA Von Newmann's architecture] - [#ROP Role of processor] - [#ROM Role of memory] - [#ROIOC Role of in-out controller] - [#ACA Actual computer's architecture] - [#ASD Address space definition] - [#EPA External processor architecture] - [#AL Assembly language] - [#TOI Type of instruction] - [#EN Endianness] == [=#VNA Von Newmann's architecture]