kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

rv64_branch_sym.s (115B)


      1 .text
      2     beq a0, a1, foo
      3     bne a2, a3, bar
      4     beqz a4, foo
      5     j foo
      6     jal ra, bar
      7 foo:
      8     ret
      9 bar:
     10     ret