X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fopcode2c.pl;h=4741f07e908a9f2670ef3a12a6f7475b9adea183;hb=761e720501ec14ecedc371fe601b7abcf882d4b6;hp=95b9455bbf83b474ec487354f74cb0af34046c1d;hpb=60f3340a9f321271f5ea96df2ccfc248f67bfd2f;p=emu8051.git diff --git a/src/opcode2c.pl b/src/opcode2c.pl index 95b9455..4741f07 100755 --- a/src/opcode2c.pl +++ b/src/opcode2c.pl @@ -215,8 +215,6 @@ for ($i=0 ; $i< 256; $i++) { print INST_IMP " ","*"x76,"/\n"; print INST_IMP "int\n"; print INST_IMP "cpu8051_OP_$a_opcodehex[$i](void)\n"; -# TEST hugo new... -# print INST_DEF "int OP_$a_opcodehex[$i]( );\n"; print INST_IMP "{\n"; if( $i == 0x85 ) {