Skip to main content

Table 5 Implementation of the S operation

From: A new computational decoding complexity measure of convolutional codes

C implementation

C55x assembly

Description

Cycles

S=code1 + code2;

MOV *SP(#01h),AR1

AR1 ← code1

1

 

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

AR1 ← AR1 + code2

1

 

MOV AR1,*SP(#02h)

S ← AR1

1

Total

  

3