Altera_Forum
Honored Contributor
13 years agoProblem with NIOS
I don't know operation
Ex: Kiem_tra_N_va_Xuat_LED: call CheckN1 call CheckN2 call CheckN3 call Check3N call OutLED br -44 Why br -44 ????? Thank you everyone. Thank you very muchI don't know operation
Ex: Kiem_tra_N_va_Xuat_LED: call CheckN1 call CheckN2 call CheckN3 call Check3N call OutLED br -44 Why br -44 ????? Thank you everyone. Thank you very muchYou might need to give a little more context!
Also enclose program text inside 'CODE' tags (# on 'advanded' window) to keep indentation. I'd guess that is a bit of assembler listing output? 'br -44' is an unconditional jump, offset is from the following instruction.Everyone, help me!I do exercise
Because that is where in needs to jump to.