-
Notifications
You must be signed in to change notification settings - Fork 0
Wrong compiler output #35
Copy link
Copy link
Closed
Description
cpetig
opened on Feb 23, 2026
Issue body actions
- To me the generated instructions look like arm32 instructions (armv5), not thumb-2 (armv7m)
- The calculator example compiles to an add and a move; the return instruction is not in thumb-2 format (as far as I can tell)
- The pid example compiles to only moves as the floating point instructions aren't recognized.
- Only the first functions gets compiled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels