Both `bzero` and `bcopy` contains same comment: https://github.com/freemint/mintlib/blob/dbfab2d80bd265e2c537f179ccf26f1747a73b01/string/bzero.S#L92 https://github.com/freemint/mintlib/blob/dbfab2d80bd265e2c537f179ccf26f1747a73b01/string/bcopy.S#L97 essentially crippling performance with omitting `a4` register in the copy loop. Is this still relevant? It has been there since the initial revision.