#include #include #include "asm.h" int main() { printf("Hello from C\n"); hello_asm(); return 0; }