#include "nasmproj.h" int asm_add_two_numbers(int a, int b) { return a + b; }