a.c (214B)
1 /* ADR_PREL_PG_HI21 + LDST32_ABS_LO12_NC: load a const uint32_t. */ 2 #include <stdint.h> 3 static const uint32_t g = 0xdeadbeefU; 4 int test_main(void) { 5 return *(volatile const uint32_t*)&g == 0xdeadbeefU ? 0 : 1; 6 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |