kit

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

exit_zero.s (170B)


      1 // Smoke case: defines test_main returning 0. Shared by path H (hex
      2 // encode roundtrip) and paths D/J/E (exec).
      3 .text
      4 .globl test_main
      5 test_main:
      6     mov w0, #0
      7     ret