This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TIDM-BUCKBOOST-BIDIR: Question about asm code

Part Number: TIDM-BUCKBOOST-BIDIR

Hello Ti,

I do not understand the greater than part of this code, when does it go into the branch?

Are there any Flags involved? (V,N,Z,C)

A little explanation would be very helpful.

@_Boost0Count             ; Increment -> Boost0Count++                 

@_Boost0Count,#0x00FF     ; Bitwise AND -> Boost0Count & 0x00FF

B PWM_UPDATE_BUCK,GT      ; Branch if ?? is greater than ??


(from file: BuckBoostBiDir-DPL.asm)

 

Do you have any tutorials about ASM codes for c2000?

Best Regards,
Daniel