You're right. But in the end wouldn't thumb be faster? Most of the homebrew/professional software for the ds is written in thumb with arm for the interrupt handlers and such. IIRC the ds reads are in 16bit increments.
I did a naive compile to thumb a while back, it "worked" insofar as the kernel booted but the graphics were messed up. Noah On 8/4/07, Charles Forsyth <[EMAIL PROTECTED]> wrote: > > Eventually I'm going to try to move as much as I can to thumb, but > > right now the tool chain is being very good to me. > > i'd ignore thumb. we can do it (cf. tc, and the extensive cross-calling > support > in inferno's 5l) but i'd still ignore it. > >
