mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
windows Pico stuff wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@448 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
fa22af4caf
commit
67c81ee2e4
8 changed files with 118 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue