--- nono/util/iasm/iasm.cpp 2026/04/29 17:04:28 1.1 +++ nono/util/iasm/iasm.cpp 2026/04/29 17:04:49 1.1.1.2 @@ -1733,7 +1733,7 @@ get_reglist(String& inbuf, uint16_t& lis // 単独もしくは範囲指定の1つ目のレジスタ指定 list |= (1 << num); state = NUM1; - } else { + } else { // 範囲指定の2つ目のレジスタ for (int i = prevnum; i <= num; i++) { list |= (1 << i); @@ -2413,7 +2413,7 @@ DPRINTN(int flag, const char *fmt, ...) DPRINTV(flag, fmt, ap); va_end(ap); } - + /* デバッグ表示 (行頭のマーク付き) */ void DPRINTF(int flag, const char *fmt, ...)