Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- Apr 15, 2019, 1:17:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 46 46 = Plan des étapes 47 47 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. 49 51 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 54 54 === What are you going to learn ? 55 55 … … 67 67 * What is a TTY console ? 68 68 * What is a program ? 69 }}} 69 70 70 = SO2 : première fonction71 == SO2 : première fonction 71 72 72 73