How do you do this in LLVM?<div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="line-height: 19px; font-family: Times; font-size: medium; "><pre class="PROGRAMLISTING" style="margin-top: 0.75em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1; font-family: monospace; padding-top: 1ex; padding-right: 1ex; padding-bottom: 1ex; padding-left: 1ex; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); ">
open:
    push    dword mode
    push    dword flags
    push    dword path
    mov eax, 5
    push    eax     ; Or any other dword
    int 80h
    add esp, byte 16</pre></span></div><div><br></div><div><br></div><div><br></div>