Changeset 25 in XOpenSparcT1 for trunk/tools/dump2hex.php
- Timestamp:
- 04/01/11 13:47:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dump2hex.php
r19 r25 21 21 $caratteri = strlen($opcode); 22 22 if($caratteri != 0){ 23 echo $opcode.$opcode2."\n"; 23 echo $opcode.$opcode2; 24 echo "\t //".$line; 24 25 $opcode = substr($line, 12, 2); 25 26 $opcode2 = substr($line, 15, 2);
Note: See TracChangeset
for help on using the changeset viewer.