kit

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

rv64_call_tail.s (58B)


      1 .text
      2     call foo
      3     tail bar
      4 foo:
      5     ret
      6 bar:
      7     ret