I want to program my Galileo Board with assembly; this is known as bare metal programming.
I have read the two discussions regarding this topic in this forum.
My question is this: can I program only in assembly by using Intel's C++ compiler?
I know you can use the __asm keyword, but this applies for "in-line" assembly. I would like to program the whole code in assembly. Is this possible with this compiler or is there another compiler more suitable for this?
Thank you in advance for any information and help.
Best regards.