Was missing some things like initializing the stack pointer, clearing BSS, and things like that
@@ -6,6 +6,6 @@ int main() {
uint16_t* seven_seg;
seven_seg = (uint16_t*)SEVEN_SEG;
*seven_seg = 0xa5a5;
*seven_seg = 0xbabe;
return 0;
}
The note is not visible to the blocked user.