boot2

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

asm-hash-bol-only.before (222B)


      1                 if (parse_flags & PARSE_FLAG_ASM_FILE) {
      2                     p = parse_line_comment(p - 1);
      3                     goto redo_no_start;
      4                 } else {
      5                     tok = '#';
      6                 }