This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Assembly IF statement simple question

If I say,

if a == 10 b = b * 4 + 2

if it does then do 'b = b * 4 + 2' or skip doing it? Would it be BNE or BEQ?

Something tells me it's DON'T DO...

Thanks

Parents Reply Children