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

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

No files matched your search

+1 -1
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;
}
}