boot2

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

asm-hash-bol-only.after (423B)


      1                 if ((parse_flags & PARSE_FLAG_ASM_FILE)
      2                     && (tok_flags & TOK_FLAG_BOL)) {
      3                     /* gas-style line comment — only at start of line.
      4                        Mid-line '#' is the ARM/AArch64 immediate prefix. */
      5                     p = parse_line_comment(p - 1);
      6                     goto redo_no_start;
      7                 } else {
      8                     tok = '#';
      9                 }