Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Apr 15, 2019, 1:17:27 PM (6 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    4646= Plan des étapes
    4747
    48 == S01 : premier programme assembleur
     48 1. '''[wiki:S01 premier programme assembleur]'''[[BR]]
     49    The first stage is to understand how to make the machine living and make it write "hello World !" on a terminal.
     50    The machine just contains at a MIPS32 core, a memory bank and a TTY console.
    4951
    50 The first stage is to understand how to make the machine moving and make it writes "hello World !" on a terminal.
    51 
    52 The machine contains at a MIPS32 core, a memory bank and a TTY console.
    53 
     52{{{
     53#!comment
    5454=== What are you going to learn ?
    5555
     
    6767* What is a TTY console ?
    6868* What is a program ?
     69}}}
    6970
    70 = SO2 : première fonction
     71== SO2 : première fonction
    7172
    7273