In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Jimbo wrote: Hi, I am trying to compile an SX/B program I wrote but, I get "error 44 pass2: Address is not within lower half of memory page" Can someone point me to where I can get more info on error 44? can't find anything in the help file. All I'm doing is to go to a sub routine at that point. ' Loop until the start switch is tripped Do Until Start_Switch = 1 ' Alias RA.2 Gosub Counts ' Check for coins "error 44 happens here Loop Counts: ' Look for photodiode activity If Dime_Sense = 0 Then TenCent 'RB.0 If Penny_Sense = 0 Then Cent 'RB.1 If Nickel_sense = 0 Then FiveCents 'RB.2 If Quarter_Sense = 0 Then Quart 'RB.3 Gosub Total If you want I could post the entire code but I think I can figure whats wrong if I can find an error code list. Thanks, Jim W. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=126765 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)