boot2

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

tccasm-arm64-quad-asm-data.before (149B)


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