--- nono/m88xx0/gentable.php 2026/04/29 17:04:31 1.1 +++ nono/m88xx0/gentable.php 2026/04/29 17:05:15 1.1.1.3 @@ -1,7 +1,8 @@ &$inst0, // 1 => &$inst1, // : -// 命令の存在するところだけ埋められます。 +// 命令の存在するところだけ埋められる。 // ) function makeop12($insttable) { @@ -333,6 +334,7 @@ function output_header() // ファイルに出力 write_file("ops.h.new", $out); } + // ファイル出力 function write_file($filename, $str) { @@ -342,3 +344,4 @@ function write_file($filename, $str) print "Output: {$filename}\n"; } +?>