Re: 80 Columns under cc65?
- From: "Michael J. Mahon" <mjmahon@xxxxxxx>
- Date: Wed, 09 Jul 2008 23:33:56 -0700
Dave Althoff, Jr. wrote:
If I remember correctly, BASIC.SYSTEM parses lines that are printed from running BASIC programs, but NOT characters that are passed through COUT. Sending the DOS command via COUT worked beautifully in DOS 3.3, but in ProDOS you have to send the command to ProDOS directly. The problem with THAT is that there is no equivalent for PR# in the ProDOS MLI. It looks like there is a method where you can put the command string into the input buffer:
$200:D0 D2 A3 B3 8D
....then JSR to DOSCMD at $BE03. The reference I am looking at, though, cautions that this only works in deferred mode...that is, while a BASIC program is running. I wonder how you can simulate that...Wasn't this covered in one of the last issues of Softalk....?
It's always worth trying. I've found that the cases of several commands
I wanted to use but were "not supported" through DOSCMD worked fine.
-michael
AppleCrate: An Apple II "blade server"!
Home page: http://members.aol.com/MJMahon/
"The wastebasket is our most important design
tool--and it's seriously underused."
.
- References:
- Re: 80 Columns under cc65?
- From: Oliver Schmidt
- Re: 80 Columns under cc65?
- From: John B. Matthews
- Re: 80 Columns under cc65?
- From: Michael J. Mahon
- Re: 80 Columns under cc65?
- From: John B. Matthews
- Re: 80 Columns under cc65?
- From: John B. Matthews
- Re: 80 Columns under cc65?
- From: David Wilson
- Re: 80 Columns under cc65?
- From: John B. Matthews
- Re: 80 Columns under cc65?
- From: Dave Althoff, Jr.
- Re: 80 Columns under cc65?
- Prev by Date: Re: 80 Columns under cc65?
- Next by Date: Re: Copying FS2 Scenery disks
- Previous by thread: Re: 80 Columns under cc65?
- Next by thread: Re: 80 Columns under cc65?
- Index(es):
Relevant Pages
|