--- nono/m680x0/gentable.php 2026/04/29 17:05:15 1.1.1.5 +++ nono/m680x0/gentable.php 2026/04/29 17:05:22 1.1.1.6 @@ -462,7 +462,7 @@ function output_switch($op10table, $op10 // コメント // 同一 bits に別の命令が割り当てられているケースは // ここで2行のコメントに分解 - foreach (split(";", $inst["text"]) as $text) { + foreach (preg_split("/;/", $inst["text"]) as $text) { $comm = "{$inst["bits"]}\t{$text}"; $comments[$comm] = $comm; }