[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dumping monitor listing to a file
- Subject: Dumping monitor listing to a file
- From: Pete <x@y.org>
- Date: 1997/12/01
- Newsgroups: comp.sys.apple2
- Organization: xyz
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"
===========================================================
THE PROGRAM DUMPS THE MONITOR listing into a TEXT file, where I can look
at it on my word processor.
I can do everything I want the program to do, except 1. Keep the BASIC
program in control of the computer after the Monitor is entered, and 2.
get the monitor to do the *5008LLLLLLL from Basic.