boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

start.S (97B)


      1 .globl _start
      2 _start:
      3     ldr x0, [sp]
      4     add x1, sp, #8
      5     bl main
      6     mov x8, #93
      7     svc #0