cpu/tests/test_c/main.c

6 lines
87 B
C
Raw Normal View History

2021-09-08 23:43:15 -06:00
// #include <stdint.h>
unsigned int addathing(unsigned int a)
{
return a + 0x29;
}