Changes between Version 3 and Version 4 of S01


Ignore:
Timestamp:
Jun 21, 2019, 12:13:05 PM (6 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S01

    v3 v4  
    1 = Programmation en assembleur sur une machine minimale
     1= Assembler programmation of a minimalist computer
    22{{{
    33#!protected
     
    55== Plan
    66
    7 - Architecture de Von Neumann
    8 - Rôle du processeur
    9 - Rôle de la mémoire
    10 - Rôle des contrôleurs d'entrées sortie
    11 - Architecture d'une machine
     7- Von Newmann's architecture
     8- Role of processor
     9- Role of memory
     10- Role of in-out controller
     11- Actual computer's architecture
    1212- Espace d'adressage
    1313- Architecture externe du processeur
     
    1515- Type d'instruction
    1616- Endianness
     17
     18== Qu'allez-vous apprendre ?
     19
     20* What are the minimal components of a computer ?
     21* What is the memory exactly?
     22* What is the memory address space?
     23* What is a device and how to communicate with ?
     24* How to write a program for the MIPS core?
     25* Assembler code that is the basic language of the MIPS?
     26
     27== Architecture
     28
     29* What is a MIPS32 core ?
     30* What is a memory bank ?
     31* What is a TTY console ?
     32* What is a program ?
     33}}}