boot2

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

arm64-asm-include-libtcc-c.after (101B)


      1 #ifdef TCC_TARGET_ARM64
      2 #include "arm64-gen.c"
      3 #include "arm64-link.c"
      4 #include "arm64-asm.c"
      5 #endif