In SX Microcontrollers, SX/B Compiler and SX-Key Tool, rodneymc wrote: Some questions here. I have working code on the SX28. Converting to SX48 is giving me all kinds of problems for some reason. For one, I understand that I need to do banks in assembly, but shouldn't SXB take care of most of this this? For example: if i have INC Tick 'SX/B statement which is in bank $60 (address $66) in my interrupt, I now have to but a Bank $60 before in order for it to increment correctly. Also, if i have Tick in a Timing array, can't I do this? Bank Timing INC Tick Bank $00 It comes back as an invalid parameter on the Bank Timing The only way I'm getting it to work is BANK $60 INC TICK BANK $00 I'm having this issue all over my program? ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=453567 Need assistance? Send an email to the Forum Administrator at sysadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2010 (http://www.dotNetBB.com)