|
Found why it's not copying flash => SDRAM; it seems there's a problem with CPU emulation. I'm not sure what's going on - perhaps someone could help me?
Here's the thing. In ARM7, a BCC (branch if unsigned lower) will execute if the carry flag is 0 - on Intel, a JB (jump if below) will execute if the carry flag is 1. WTF?
edit: So...I'm assuming I'd need to negate the carry flag on a subtract and cmp - anything else?
Last edited by szevvy : January 25th, 2006 at 02:51 AM.
|