In SX Microcontrollers, SX/B Compiler and SX-Key Tool, peterverkaik wrote: Here is compiled result of VidSizeVar VAR __RAM($F0) VidSizeVar EQU (__RAM+($F0 & $F0) + $F0) | $10 This yields $1F0 So it must be VidSizeVar EQU ((__RAM+($F0 & $F0) + $F0) & $FF) | $10 regards peter ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=187393#m276028 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)