Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!abvax!iccgcc!lockemer From: lockemer@iccgcc.decnet.ab.com Newsgroups: comp.sys.cbm Subject: HELP: Assembly - Address Maintenance for code overlaying Message-ID: <2373.27637c31@iccgcc.decnet.ab.com> Date: 10 Dec 90 17:14:41 GMT Lines: 10 I am writing a program in assembly which will need to load different sections of code into the same areas of memory. These sections will have multiple routines in them. Does anyone have any suggestions/tricks/tips on how to access the routines from the main code (such as using labels somehow) so that I do not have to manually keep track of where each routine ends up any time it is reassembled? I am writing this on a 128 using MERLIN 128. A related question is how do I do the same thing if I want to have routines in other bank configurations? Thanks... Todd Lockemer