<div> > I chose to force the triple because I wasn't sure if all targets use "asciz" for string literals.<br></div>
<div>There's no asciz.  Here's the output:</div>
<div> </div>
<div> .section .debug_frame,"dr"<br>$section_debug_frame:<br> .section .debug_info,"dr"<br>$section_info:<br> .section .debug_abbrev,"dr"<br>$section_abbrev:<br> .section .debug_aranges,"dr"<br>
$section_aranges:<br> .section .debug_macinfo,"dr"<br>$section_macinfo:<br> .section .debug_line,"dr"<br>$section_line:<br> .section .debug_loc,"dr"<br>$section_loc:<br> .section .debug_pubnames,"dr"<br>
$section_pubnames:<br> .section .debug_str,"dr"<br>$section_str:<br> .section .debug_ranges,"dr"<br>$section_ranges:<br> .text<br>$text_begin:<br> .data<br>$data_begin:</div>
<div><br> .text<br> ALIGN 16<br> .globl _main<br>_main:                                                      ; @main<br>; BB#0:                                                     ; %entry<br> pushl %ebp<br>$label1:<br> movl %esp, %ebp<br>
$label2:<br> subl $4, %esp<br>$label3:<br> movl $0, -4(%ebp)<br> movl $0, -4(%ebp)                                ; SrcLine 4:14<br> movl -4(%ebp), %eax                              ; SrcLine 4:14<br> addl $4, %esp                                    ; SrcLine 4:14<br>
 popl %ebp                                        ; SrcLine 4:14<br> ret                                                 ; SrcLine 4:14<br> .section .data$linkonce_global,"w"<br> .comm _global,4,4                                 ; @global<br>
<br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br></div>