With Mingw compiler
Source code. // me.c
#include <stdio.h>
Int main (){
printf("Hello Bull");
return 0;
}
With windows power shell or command line
Give in
gcc me.c-S
Output will be me.s
Open me.s with texteditor..
You will see the assembly code thier.