Hello, im new with nasm. I wrote a bootloader that searches for a file, loads it and transfer control. I want to try a few things at this point but writing long pieces of code in asm seem too complicated, so i would like to write most of it in c, the critical parts in asm, the main thing is how can i combine c code with nasm code and get raw code which i can execute directly. Is it posible? Can you suggest a c compiler that does it?
Thanks
I appreciate any help