fix =d mode

This commit is contained in:
gemu2015 2021-07-19 09:55:43 +02:00
parent 650e882083
commit f6b527d189

View File

@ -1438,6 +1438,13 @@ void SML_Decode(uint8_t index) {
continue;
}
// =d must handle dindex
if (*mp == '=' && *(mp + 1) == 'd') {
if (index != mindex) {
dindex++;
}
}
if (index!=mindex) goto nextsect;
// start of serial source buffer