You are reading a single comment by @CWBudde1 and its replies. Click here to read the full conversation.
  • I've been working with the assembler, but it seems some of the opcodes I have tried to use are missing. This said I'm not sure if they are all supported, but looking at the specs for the STM32F103RCT6 and following the link for the Cortex™-M3 Technical
    Reference Manual
    it seems a bit more than what is currently implemented should work (but doesn't).

    For example 'subs' should work or shouldn't it?

    Is there a reason for this or does any list exists about what works and what doesn't?

    And for the existing code is there a unit test to check whether the code produces correct output?

About

Avatar for CWBudde1 @CWBudde1 started