Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!ogicse!oregon!jmeissen From: jmeissen@oregon.oacis.org (John Meissen) Newsgroups: comp.sys.amiga Subject: Re: TxED--Resident Message-ID: <445@oregon.oacis.org> Date: 10 Apr 90 21:40:26 GMT References: <02926.AA02926@wfhami.UUCP> Organization: Oregon Advanced Computing Institute (OACIS), Beaverton, OR Lines: 13 In article <02926.AA02926@wfhami.UUCP> bill@wfhami.UUCP (Bill Hogsett) writes: > > I would appreciate help with TxEd Plus. When I try to make it >residentable either by doing: > [deleted stuff] > >I get a task held when I invoke TxEd! So what am I doing wrong? You can only 'resident' programs that have 'pure' code, i.e., code that only references data via an address register (stack pointer, frame register, etc), and that doesn't declare static or initialized data. Evidently TxEd Plus doesn't fulfill these requirements.