Comment #2 on issue 161 by robhamerling: Inline assembly doesn't generate appropriate bank switching.
http://code.google.com/p/jallib/issues/detail?id=161
Comment from Kyle: You need `asm bank movfw CMCON' for this to work correctly. The compiler makes no assumptions when inline assembly is used. --kyle -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
