Add TODO comment for SDAS XL4 support

This commit is contained in:
Rangi42
2025-07-15 22:07:11 -04:00
parent a0eccceb01
commit d8fc25ee43

View File

@@ -212,6 +212,7 @@ void sdobj_ReadFile(FileStackNode const &src, FILE *file, std::vector<Symbol> &f
fatalAt(where, "Unknown endianness type '%c'", line[0]);
}
// TODO: support 32-bit addresses ("XL4") as of SDCC 4.4.0
static constexpr uint8_t ADDR_SIZE = 3;
if (line[1] != '0' + ADDR_SIZE) {