boot2

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

arm64-va-pointer-operand.before (125B)


      1 ST_FUNC void gen_va_start(void)
      2 {
      3     int r;
      4     --vtop; // we don't need the "arg"
      5     gaddrof();
      6     r = intr(gv(RC_INT));