I've built an application for an msp430x2418 MCU using CCS version 4.0.2.01003 without large memory model.
After examining the disassembly listing saw that the generated instructions for push and pop multiple registers for functions are on 20-bits instead of 16-bits (PUSHM.A used instead of PUSHM.W).
Did anyone else encounter this issue and if so do you know what is the status of this?
Thanks,
Alpar