Posts by Pedro Victor Fonseca • 1 point
1 post
-
0
votes0
answers36
viewsQ: How to import a C library to a code in Assembly
I am trying to convert to Assembly a C code that uses the function getch() which is imported from the conio.h. library The problem is that when I try to run the Assembly program there is an error…