??? 04/02/08 15:50 Read: times |
#152888 - rotating a sixteen bit value |
i have a question regarding the rotating the 16 bit value.
we can rotate 8 bit value by using either RL A or RR A command with or without carry.but any one who knows how to rotate 16 bit value can u pls tell me how to do it? thanks aravinda sri lanka |
Topic | Author | Date |
rotating a sixteen bit value | 01/01/70 00:00 | |
have you read about the entire instruction set? | 01/01/70 00:00 | |
Q: How can you eat a whole whale? | 01/01/70 00:00 | |
use a C-compiler and r = (r<<1) | (r>>15);![]() | 01/01/70 00:00 |