I\'m reading up on assembly code, and I created a "hello world" C file to compile down to assembly:
1 #include 2 3 int main()