projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f3340
)
Remove obsolete comment about older c++ code
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 7 Sep 2013 21:07:04 +0000
(17:07 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 8 Sep 2013 22:54:52 +0000
(18:54 -0400)
src/opcode2c.pl
patch
|
blob
|
history
diff --git
a/src/opcode2c.pl
b/src/opcode2c.pl
index
95b9455
..
4741f07
100755
(executable)
--- 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 ) {