Changes between Version 4 and Version 5 of S01


Ignore:
Timestamp:
Jun 21, 2019, 1:48:58 PM (6 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S01

    v4 v5  
    1 = Assembler programmation of a minimalist computer
    2 {{{
    3 #!protected
     1= Assembler programmation for a minimalist computer
     2
     3== What are you going to learn ?
     4
     5- What are the minimal components of a computer ?
     6- What is the memory exactly?
     7- What is the memory address space?
     8- What does little endian mean ?
     9- What is a device and how to communicate with ?
     10- What is the main feature of the MIPS core ?
     11- How to write a program for the MIPS core?
     12- Assembler code that is the basic language of the MIPS?
    413
    514== Plan
     
    1524- Type d'instruction
    1625- 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 }}}