Thread: how to see the binary on code blocks(compiler) in C

  1. #1
    Registered User
    Join Date
    Jul 2022
    Posts
    78

    how to see the binary on code blocks(compiler) in C

    hey all,

    I want to see the binary code of the script I have written

    anyone know?



    =]

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,665
    gcc -S prog.c produces a file called prog.s
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need help with compiler in Code:Blocks !
    By lol12 in forum C Programming
    Replies: 4
    Last Post: 05-06-2016, 11:00 AM
  2. problem with code::blocks compiler
    By iceddragon117 in forum C++ Programming
    Replies: 11
    Last Post: 04-23-2012, 12:06 PM
  3. code:blocks can't find a compiler
    By vrkiller in forum C++ Programming
    Replies: 8
    Last Post: 01-06-2011, 11:08 AM
  4. Output from Code::Blocks Compiler
    By zilefac in forum C++ Programming
    Replies: 4
    Last Post: 08-21-2010, 01:19 PM
  5. Replies: 1
    Last Post: 01-11-2008, 09:34 AM

Tags for this Thread