Support [base]:u8 type interpretations for memory operands; And determine the correct suffix to use

This commit is contained in:
gingerBill
2026-08-12 09:30:55 +01:00
parent c80fedc070
commit 658fa54ee4
3 changed files with 119 additions and 46 deletions

View File

@@ -2463,7 +2463,7 @@ gb_internal Ast *parse_asm_operand(AstFile *f, bool allow_memory_operand) {
disp = parse_asm_operand(f, false);
}
} else {
disp = possible_index;
index = possible_index;
}
}