Tag: compiler options

  • Convert program written in C into assembly

    Sometimes to understand code , you need to look into assembly language. I write mostly using C. So sometimes to better understand the program i converte the program into assembly. The syntax changes from machine to machine. Here is the program that i will use to convert to assembly using two different machine. One is…