Changes between Version 30 and Version 31 of Doc-MIPS-Archi-Asm-kernel


Ignore:
Timestamp:
Sep 21, 2020, 6:57:02 AM (4 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc-MIPS-Archi-Asm-kernel

    v30 v31  
    216216   Par exemple `addi $4,$8,-42` réalise `$4 <- $8 - 42` ou `lb $4,42($8)` réalise `$4 <- MEM[$8 + 42]`\\
    217217   Codage:
    218 
    219218{{{#!html
    220219<table border="1" cellspacing="0" cellpadding="0"align=center>
     
    242241   Par exemple `j 0x40` réalise `PC <- PC + 0x40` (notez que l'argument de l'instruction est presque toujours une étiquette du programme et que c'est le programme d'assemblage qui calcule la valeur IMD26).\\
    243242   Codage:
    244 
    245243{{{#!html
    246244<table border="1" cellspacing="0" cellpadding="0" align=center>