I want to know how to write a text editor in assembler. But modern operating systems require C libraries, especially for their window systems. I found this page that helped me a lot.
But I am wondering if there are any details that I should know. I know enough assembler to write programs that will use Windows on Linux using GTK +, but I want to understand that I have to send functions so that it is a valid input, so it will be easier to use all the C libraries. For interaction between assembler C and x86, I know what you can learn from this page and a little more.
source share