Skip to main content

Table 6 Implementation of the C b operation

From: A new computational decoding complexity measure of convolutional codes

C implementation

C55x assembly

Description

Cycles

Cb =code1 ^code2;

MOV *SP(#01h), AR1

AR1 ← code1

1

 

XOR *SP(#00h),AR1,AR1

AR1 ← AR1 XOR code2

1

 

MOV AR1,*SP(#02h)

Cb ← AR1

1

Total

  

3