Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22421

Questions about compilers [closed]

$
0
0

When a compiler compiles my code in text form, it converts the text code to a low level code, in the case of the GCC in codeblocks, assembly.

  1. Can I run this compiled program directly on my machine, without needing the windows operating system?

  2. Is the .exe a compiled file with the built-in assembly instructions to my program?

  3. How does Windows run assembly programs if it is already a giant assembly program?

  4. If a assembly language program is in bytecode, why when I record a PIC with a PIC burner, I write hexacode to it?

  5. The x64 architecture is a new architecture with new instructions, but that still have the x86 instructions with it? True or false?

  6. How do I read the low level code generated by my compiler?


Viewing all articles
Browse latest Browse all 22421

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>