HOME

Assembly startup code for STM32G474RE

This project will be released here at September 14, 2026

            int a = 0;
int b = 3; 
int c = a + b;

if (c > a || c > b) {
  break;
}