File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ table .submitReg{
60
60
position : relative;
61
61
z-index : 1 ;
62
62
display : block;
63
- margin-top : -15 px ;
63
+ margin-top : -10 px ;
64
64
width : 50px ;
65
65
height : 35px ;
66
66
font-size : 14px ;
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ var order={
82
82
( RAM . Memory [ rs + Iimmi + 2 ] << 16 ) | ( RAM . Memory [ rs + Iimmi + 3 ] << 24 ) ;
83
83
break ;
84
84
case 43 ://SW
85
- RAM . Memory [ rt + Iimmi + 0 ] = ( REGIST . value [ rt ] ) & 0xFF ;
86
- RAM . Memory [ rt + Iimmi + 1 ] = ( REGIST . value [ rt ] >> 8 ) & 0xFF ;
87
- RAM . Memory [ rt + Iimmi + 2 ] = ( REGIST . value [ rt ] >> 16 ) & 0xFF ;
88
- RAM . Memory [ rt + Iimmi + 3 ] = ( REGIST . value [ rt ] >> 24 ) & 0xFF ;
85
+ RAM . Memory [ rs + Iimmi + 0 ] = ( REGIST . value [ rt ] ) & 0xFF ;
86
+ RAM . Memory [ rs + Iimmi + 1 ] = ( REGIST . value [ rt ] >> 8 ) & 0xFF ;
87
+ RAM . Memory [ rs + Iimmi + 2 ] = ( REGIST . value [ rt ] >> 16 ) & 0xFF ;
88
+ RAM . Memory [ rs + Iimmi + 3 ] = ( REGIST . value [ rt ] >> 24 ) & 0xFF ;
89
89
break ;
90
90
case 4 ://BEQ
91
91
if ( REGIST . value [ rs ] == REGIST . value [ rt ] ) {
You can’t perform that action at this time.
0 commit comments