Errors in SPRAUU8
In DSP28xxx_SectionCopy_nonBIOS.asm:
* The code for copying the section is copying one word too much. The code will of course work if you are unlucky. Fix: copy should subtract one from ACC.
In DSP28xxx_SectionCopy_BIOS.asm
* In copy_sections function the initialization of ACC (MOVL and SUBL commands) are wrong. Fix: Do as in DSP28xxx_SectionCopy_nonBIOS.asm
* In copy_sections function, command "BF copy, NEQ" is not compatible with the "LRETL" in copy function. Fix: Do as in nonBios version.