Monthly Archives: May 2022

Call not working with MSP430 in assembler

Yet another of these very nasty newbie show stoppers. This time, a very simple call refuses to work, despite correctly setting the stack pointer and verified good RAM. One would expect that this would work: call MySubroutine…MySubroutine: (assembly instructions) For … Continue reading

Posted in assembler, Software | Tagged , , | Leave a comment