You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Texas instrument's msp430-elf-gcc seems to emit PUSHM instructions instead of PUSH for MCUs that support CPUX or even when using compiler flag "-msim". The simulator throws an "unknown single-operand opcode: 0x1500") error. Are there plans to add CPUX to the simulation target?
The text was updated successfully, but these errors were encountered:
On Thu, Feb 06, 2020 at 07:24:35AM -0800, Thilo Schulz wrote:
Texas instrument's msp430-elf-gcc seems to emit PUSHM instructions instead of PUSH for MCUs that support CPUX or even when using compiler flag "-msim". The simulator throws an "unknown single-operand opcode: 0x1500") error. Are there plans to add CPUX to the simulation target?
Hi Thilo,
There are no plans currently, but I'm happy to help anyone who wants to
implement it.
If you want to generate code to target the simulator, you'd probably be
better off for now explicitly specifying a real CPU with an MSP430 core.
Cheers,
Daniel
Texas instrument's msp430-elf-gcc seems to emit PUSHM instructions instead of PUSH for MCUs that support CPUX or even when using compiler flag "-msim". The simulator throws an "unknown single-operand opcode: 0x1500") error. Are there plans to add CPUX to the simulation target?
The text was updated successfully, but these errors were encountered: