I have been somewhat enthusiastic about doing this, and may find that some of these symbols actually are used in placed I didn't realized, but all that will get sorted out when I finally try to link all the files.
The the more modern world of gcc, this is no longer done. This means that in the bootrom source code, a routine named "_restart" in assembly code will need to be renamed "restart". I am delaying fixing all this until I try to link all the files when all of this will become a glaring issue.
I will leave functions that are used only in assembly code with the underscore, if any such "local" functions exist.
Note that when assembly language code wants to make calls to code in C, I will need to trim an underscore where the call is made. Back in the sun day, the assembly language world saw all these underscores, but they were hidden in the C world. Of course calls from assembly code to assembly code could do whatever it wanted, it was the C compiler that added the hidden underscores.
Tom's Computer Info / tom@mmto.org