diff options
| author | Astrid Smith | 2010-09-10 19:53:16 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-10 19:53:16 -0700 |
| commit | 82e4cf6dede765df3e362ff7ac274a525789ae76 (patch) | |
| tree | 438aaf4d8352ee0420bee1db0ab356d613844188 | |
| parent | 272d8ebb5c0f02299eeff6782f09ea6ec92b92d6 (diff) | |
CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JP
| -rw-r--r-- | opcodes.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes.asm b/opcodes.asm index 3ab0ff4..2bdd263 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -1878,8 +1878,7 @@ emu_op_cd: move.l epc,a0 bsr underef ; d0 has PC PUSHW d0 - FETCHWI d0 - bra emu_op_ca ; JP + bra emu_op_c3 ; JP START emu_op_ce: |
