Fixed MOV cycle calculation
This commit is contained in:
parent
0e0dcb29ec
commit
0b78b2885e
4 changed files with 239 additions and 226 deletions
|
|
@ -1229,8 +1229,8 @@ PDP11.opMFPI = function(opCode)
|
|||
};
|
||||
|
||||
PDP11.MOV_CYCLES = [
|
||||
[2 + 1, 8 + 1, 8 + 1, 11 + 2, 9 + 1, 12 + 2, 10 + 2, 13 + 3,
|
||||
3 + 1, 8 + 1, 8 + 1, 11 + 2, 9 + 1, 12 + 2, 11 + 2, 14 + 3]
|
||||
2 + 1, 8 + 1, 8 + 1, 11 + 2, 9 + 1, 12 + 2, 10 + 2, 13 + 3,
|
||||
3 + 1, 8 + 1, 8 + 1, 11 + 2, 9 + 1, 12 + 2, 11 + 2, 14 + 3
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue