Hello everyone,
I am new to Assembly programming. I have to translate a C function into linear assembly but the problem is that the C function calls a global variable by using "extern int ", what will i do when i translate this code in Assembly.
Any help will be highly appreciated.
Regards