URL
https://opencores.org/ocsvn/rtf8088/rtf8088/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 4 |
Line 271... |
Line 271... |
state <= FETCH_DISP16_ACK;
|
state <= FETCH_DISP16_ACK;
|
end
|
end
|
|
|
default:
|
default:
|
begin
|
begin
|
|
if (v) shftamt <= cl[3:0];
|
|
else shftamt <= 4'd1;
|
//-----------------------------------------------------------------
|
//-----------------------------------------------------------------
|
// MOD/RM instructions
|
// MOD/RM instructions
|
//-----------------------------------------------------------------
|
//-----------------------------------------------------------------
|
$display("Fetching mod/rm");
|
$display("Fetching mod/rm");
|
if (ir==`MOV_R2S || ir==`MOV_S2R)
|
if (ir==`MOV_R2S || ir==`MOV_S2R)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.