boot2

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

tccasm-arm64-quad-asm-data.after (184B)


      1                 if (size == 4) {
      2                     gen_expr32(&e);
      3 #if defined(TCC_TARGET_X86_64) || defined(TCC_TARGET_ARM64)
      4 		} else if (size == 8) {
      5 		    gen_expr64(&e);
      6 #endif