Fixed MOV cycle calculation

This commit is contained in:
Jeff 2016-09-30 15:43:00 -07:00 committed by Jeff Parsons
commit 0b78b2885e
4 changed files with 239 additions and 226 deletions

View file

@ -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
];
/**