Changes between Version 7 and Version 8 of doc-assembleur-pic16
- Timestamp:
- Mar 26, 2007, 12:41:42 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc-assembleur-pic16
v7 v8 37 37 38 38 __'''Instructions sur les registres octet'''__:: 39 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''||39 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''|| 40 40 || addwf || ''reg'', ''dst'' || add w to ''reg'', result in ''dst'' || z, dc, c || 1 || 41 41 || andwf || ''reg'', ''dst'' || and w and ''reg'', result in ''dst'' || z || 1 || … … 58 58 59 59 __'''Instructions sur les bits'''__:: 60 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''||60 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''|| 61 61 || bcf || ''reg'', ''bit'' || Clear ''bit'' of ''reg'' || none || 1 || 62 62 || bsf || ''reg'', ''bit'' || Set ''bit'' of ''reg'' || none || 1 || … … 65 65 66 66 __'''Instructions sur les immediats'''__:: 67 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''||67 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''|| 68 68 || addlw || ''imm'' || Add immediate to W || Z, DC, C || 1 || 69 69 || andlw || ''imm'' || And immediate to W || Z || 1 || … … 75 75 76 76 __'''Instructions de controle'''__:: 77 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''||77 ||'''`Mnémotique `'''||'''`arguments`'''||'''`Commentaire `'''||'''`drapeaux`'''||'''`cycles `'''|| 78 78 || clrwdt || || Reset watchdog timer || TO, PD || 1 || 79 79 || call || ''addr'' || Call subroutine || none || 2 ||