Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!spock!muselikj From: muselikj@spock (Jiri Muselik) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: TSR's with no assembly language Message-ID: <2952@muselikj> Date: 9 Apr 90 13:10:17 GMT References: <2610@unocss.unomaha.edu> <645@idacrd.UUCP> <1981@dsacg2.dsac.dla.mil> <15958@nigel.udel.EDU> <8561@cg-atla.agfa.com> <5010@cbnewsl.ATT.COM> <21531@nuchat.UUCP> Reply-To: muselikj@muselikj (Jiri Muselik) Distribution: na Organization: Mitel. Kanata (Ontario). Canada. Lines: 40 In article <21531@nuchat.UUCP> seven@nuchat.UUCP (David Paulsen) writes: >And now, from the Believe It Or Don't file... > >I recall an article in _PC Magazine_ a few months ago that reviews >something called POP BASIC, which is itself a TSR. In other words, >a memory resident BASIC interpreter available at all times, triggered >by a hot key. While not as robust an environment as the other BASICs >reviewed in that same issue, POP BASIC did have one interesting feature: >it could create stand-alone TSRs. That's right, type in a weasely li'l >10-line program (I guess) and punch the magic button (or run it thru >the magic compiler, or mumble the magic words, or scrifice that >virgin you've been saving..) and out comes your program, but in >a ready-to-use TSR form. At least that's what the reviewer thought. ^^^^^^^^^^^^^^^^^^^^^ There is nothing magic about adding an interrupt call for TSR anywhere. I haven't done this (I am using Turbo Pascal for my TSR's) but even TURBO BASIC offers access to interrupts and virtual registers, so if you intend to use BASIC, you may consider this as well. It does not inject a TSR call automatically but it is solid as BASIC could be [ :-)]. In any case - if you are going to play around with TSRs, it is more than likely that any good handbook on interrupts will become a necessity regardless if you are using assembler or high level language. > >Intriguing, to say the least. Anyone even SEEN this package? I think ^^^^ Sorry, can't help here. >the retail price was <$100. ^^^^^ TB sells for something like $80 (possibly less). > >David > ...Jiri -- A friend of state-of-the-art, an enemy of control sequences.