windows Pico stuff wip

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@448 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-18 21:24:18 +00:00
parent fa22af4caf
commit 67c81ee2e4
8 changed files with 118 additions and 27 deletions

View file

@ -1398,7 +1398,7 @@ static int translate_op(unsigned int op, int *pc, int imm, int *end_cond, int *j
}
// ldi ri, simm
case 0x0c ... 0x0f:
case 0x0c: case 0x0d: case 0x0e: case 0x0f:
tmpv = (op>>8)&7;
known_regs.r[tmpv] = op;
known_regb |= 1 << (tmpv + 8);