From f8fa434b4867fda374430649d5c0a47f76f688cd Mon Sep 17 00:00:00 2001 From: "Hazal2.Veziroglu@live.uwe.ac.uk" <hazal2.veziroglu@live.uwe.ac.uk> Date: Mon, 25 Nov 2024 16:39:15 +0000 Subject: [PATCH] Upload New File --- worksheet1/driver.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 worksheet1/driver.c diff --git a/worksheet1/driver.c b/worksheet1/driver.c new file mode 100644 index 0000000..d386c74 --- /dev/null +++ b/worksheet1/driver.c @@ -0,0 +1,7 @@ +int __attribute__((cdecl)) asm_main(void); + +int main() { + int ret_status; + ret_status = asm_main(); + return ret_status; +} -- GitLab