vicis 0.1.0

Manipulate LLVM-IR in Pure Rust
Documentation
  .text
  .intel_syntax noprefix
  .globl main
main:
.LBL0:
  push rbp
  mov rbp, rsp
  sub rsp, 16
  mov dword ptr [rbp-4], 1
  mov eax, dword ptr [rbp-4]
  cmp eax, 0
  je .LBL1
  jmp .LBL2
.LBL1:
  mov eax, 1
  jmp .LBL3
.LBL2:
  mov eax, 2
  jmp .LBL3
.LBL3:
  add rsp, 16
  pop rbp
  ret