In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bean wrote: What you would normally think of as "BANK 0" cannot be accessed using indirect addressing (FSR). You can only access that memory by setting FSR to 0 and using $10 thru $1F like: CLR FSR MOV $10,#$FF this code... MOV FSR,#$10 MOV IND,#$FF will move the value into BANK 1 location 0 and this code MOV FSR,#$0F MOV IND,#$FF will move the value into GLOBAL memory address $0F If you notice in the debugger there is no BANK 0 either... Bean. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=88818#m88843 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)