Please help. Anyone? thomas >From: Thomas N >Reply-To: pic microcontroller discussion list >To: PICLIST@MITVMA.MIT.EDU >Subject: [PIC]: Restore caller bank >Date: Fri, 21 Jun 2002 16:08:55 +0000 > >Hello everyone, > >I have the global call macro below. It restores the caller's page, but does >not restore the caller's bank (The bank before the call is made). How do I >make it restore the bank also? > >Thanks! >Thomas >;---------------------------------------------------------------- >; Global call: Call from any page >;---------------------------------------------------------------- >GCALL MACRO name > local here > lcall name > pagesel here >here > ENDM > >_________________________________________________________________ >Chat with friends online, try MSN Messenger: http://messenger.msn.com > >-- >http://www.piclist.com hint: PICList Posts must start with ONE topic: >[PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads