
{"id":8075,"date":"2013-01-13T18:51:25","date_gmt":"2013-01-13T18:51:25","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8075"},"modified":"2013-01-13T18:51:25","modified_gmt":"2013-01-13T18:51:25","slug":"gcc-commandline-options-part-3","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/01\/13\/gcc-commandline-options-part-3\/","title":{"rendered":"GCC COMMANDLINE OPTIONS PART 2"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$gcc -S main.c &gt; main.s\n$cat main.s\n.file \"main.c\"\n.section .rodata\n.LC0:\n.string \"n The Geek Stuff [%d]n\"\n.text\n.globl main\n.type main, @function\nmain:\n.LFB0:\n.cfi_startproc\npushq %rbp\n.cfi_def_cfa_offset 16\n.cfi_offset 6, -16\nmovq %rsp, %rbp\n.cfi_def_cfa_register 6\nsubq $16, %rsp\nmovl -4(%rbp), %eax\nmovl %eax, %esi\nmovl $.LC0, %edi\nmovl $0, %eax\ncall printf\nmovl $0, %eax\nleave\n.cfi_def_cfa 7, 8\nret\n.cfi_endproc\n.LFE0:\n.size main, .-main\n.ident \"GCC: (Debian 4.7.2-4) 4.7.2\"\n.section .note.GNU-stack,\"\",@progbits\n$\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $gcc -S main.c &gt; main.s $cat main.s .file &#8220;main.c&#8221; .section .rodata .LC0: .string &#8220;n The Geek Stuff [%d]n&#8221; .text .globl main .type main, @function main: .LFB0: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 subq $16, %rsp movl -4(%rbp), %eax movl %eax, %esi movl $.LC0, %edi movl $0, &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/01\/13\/gcc-commandline-options-part-3\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;GCC COMMANDLINE OPTIONS PART 2&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8075"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8075"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8075\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8075"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8075"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}