Right shift A DclD n returns A shifted right from n bits (same as A divided n times by 2). Example : rdec( 0b11010000, 4 ) -> 0b00001101 Syntax : < x > > < n > | dcld( x, n ) | rdec( x, n )