home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!cup.portal.com!Rick_Michael_Cortese
- From: Rick_Michael_Cortese@cup.portal.com
- Newsgroups: comp.sys.atari.8bit
- Subject: Re: Need Action! help
- Message-ID: <71728@cup.portal.com>
- Date: Tue, 15 Dec 92 08:06:46 PST
- Organization: The Portal System (TM)
- References: <1992Dec14.212850.8900@neb>
- Lines: 21
-
- It would be perfect since even if you only had one drive, all someone with
- a SDX cart would have to do is shut off the drive during boot, but Mucking
- around commercal software, most just send the machine into an endless loop.
- something like:
- LOOP
- JMP LOOP
- If the start-up conditions are not met so if it's a password, bad sector, ???
- you can just:
-
- PROC Infinity()
- DO
- OD
- RETURN
- PROC Main()
- <Blah, Blah, Blah>
- IF condition=0
- THEN
- Infinity()
- FI
- <More Blah??>
- RETURN
-