Total members 11889 |It is currently Tue Mar 19, 2024 11:24 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Perform Multiplication by Shift Left Operations , Multiply the 3-byte number store at 0x00…0x02 by 8
Code:

movlw 0x03 
; set loop count to 3
loop bcf STATUS
, C, A; clear the C flag
rlcf 0x00
, F, A ; shift left one place
rlcf 0x01
, F, A ; “
rlcf 0x02
, F, A ; “
decfsz WREG
,W,; have we shifted left three places yet?
goto loop ; not yet, continue
 




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : Perform Multiplication by Shift Left Operations
 shift operator in java     -  
 Perform Division by Shifting to the Right     -  
 Matrix multiplication     -  
 can u check tis code to perform union & intersection of list     -  
 Matrix Multiplication using java     -  
 Matrix multiplication (Product) using C++     -  
 remove space ,trim strings from left side ,right side ,both.     -  
 Matrix Operations     -  
 Operations on Sucxent++     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com