Changes between Version 5 and Version 6 of S01


Ignore:
Timestamp:
Jun 26, 2019, 2:09:02 PM (6 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S01

    v5 v6  
    1010- What is the main feature of the MIPS core ?
    1111- How to write a program for the MIPS core?
    12 - Assembler code that is the basic language of the MIPS?
     12- How to program the MIPS32 with assembler language?
    1313
    1414== Plan
    1515
    16 - Von Newmann's architecture
    17 - Role of processor
    18 - Role of memory
    19 - Role of in-out controller
    20 - Actual computer's architecture
    21 - Espace d'adressage
    22 - Architecture externe du processeur
    23 - Langage assembleur
    24 - Type d'instruction
    25 - Endianness
     16- [#VNA Von Newmann's architecture]
     17- [#ROP Role of processor]
     18- [#ROM Role of memory]
     19- [#ROIOC Role of in-out controller]
     20- [#ACA Actual computer's architecture]
     21- [#ASD Address space definition]
     22- [#EPA External processor architecture]
     23- [#AL Assembly language]
     24- [#TOI Type of instruction]
     25- [#EN Endianness]
     26
     27== [=#VNA Von Newmann's architecture]