#include "arm.h" int main(int argc, char** argv) { struct ARMCore cpu; ARMInit(&cpu); return 0; }