Changes between Version 7 and Version 8 of doc-assembleur-pic16


Ignore:
Timestamp:
Mar 26, 2007, 12:41:42 AM (18 years ago)
Author:
Franck Wajsburt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc-assembleur-pic16

    v7 v8  
    3737
    3838 __'''Instructions sur les registres octet'''__::
    39 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles   `'''||
     39||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles    `'''||
    4040|| addwf  || ''reg'', ''dst'' || add w to ''reg'', result in ''dst''                 || z, dc, c || 1             ||
    4141|| andwf  || ''reg'', ''dst'' || and w and ''reg'', result in ''dst''                || z        || 1             ||
     
    5858 
    5959 __'''Instructions sur les bits'''__::
    60 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles   `'''||
     60||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles    `'''||
    6161|| bcf    || ''reg'', ''bit'' || Clear ''bit'' of ''reg''                            || none     || 1             ||
    6262|| bsf    || ''reg'', ''bit'' || Set ''bit'' of ''reg''                              || none     || 1             ||
     
    6565
    6666 __'''Instructions sur les immediats'''__::
    67 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles   `'''||
     67||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles    `'''||
    6868|| addlw  || ''imm''          || Add immediate to W                                  || Z, DC, C || 1             ||
    6969|| andlw  || ''imm''          || And immediate to W                                  || Z        || 1             ||
     
    7575
    7676 __'''Instructions de controle'''__::
    77 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles   `'''||
     77||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire                           `'''||'''`drapeaux`'''||'''`cycles    `'''||
    7878|| clrwdt ||                  || Reset watchdog timer                                || TO, PD   || 1             ||
    7979|| call   || ''addr''         || Call subroutine                                     || none     || 2             ||