Hello, I've added msp430x support (i.e. support for 1Mb codesize, using calla on 20 bits, and reta) to the compiler, the assembler and the linker. Now if I set a section starting at let's say 10000h, and put a function in it, the calla is assembled and linked correctly.
I'm working on the dissasembly part now (so msp430-objdump -D will display calla instead of ????). My question is how should I finalize my work? What should I do next? Should I modify anything else? What is the procedure to publish my work (diff files?) to CVS? Thank you in advance, Oszkar
