[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dumping monitor listing to a file
- Subject: Re: Dumping monitor listing to a file
- From: bdunphy@bigfoot.com (Bryan Dunphy)
- Date: 1997/12/02
- Newsgroups: comp.sys.apple2
- Organization: All USENET -- http://www.Supernews.com
- References: <65umdu$bqs$1@mentor.telis.org>
On Mon, 1 Dec 1997 15:51:26, Pete <x@y.org> wrote:
> I want to do the following in a Basic program:
>
>
>
> ==========================================================
> ]CALL -151
> PRINT CHR$(4);"OPEN FILE"
> PRINT CHR$(4);"WRITE FILE"
>
>
> (AT THIS TIME, THE COMPUTER WOULD BE IN MONITOR MODE, NOT BASIC)
>
> *5008LLLLLLLLLL (LIST,",",")
>
> PRINT CHR$(4);"CLOSE FILE"
> ===========================================================
There is a way to do this. I saw it once in an old Softalk.
Unfortunately, all my Apple II stuff is packed away is various places
and I can't get to it right now.
Basically you stuffed the monitor command line in the keyboard buffer
and CALLed the parser.
Anybody with a collection of old Softalks feel like trying to dig this
up? I believe it was in Assembly Lines...