Date : Thu, 25 Jun 2009 02:26:44 +0100
From : jumbos.bazzar@... (Mark Haysman)
Subject: *INFO (etc) on a Master
Hi.
Thanks (and to JK) for that info. I've now coded *INFO and *EX to be working
fine..however....
> ____________________
> [1]
> eg:
> .ex :LDA #9:BNE PassToFSC
> .info:LDA #10:BNE PassToFSC
> .librun:LDA #11:BNE PassToFSC
> .rename:LDA #12
> .PassToFSC
> JSR F2toXY :\ Convert (&F2),Y to XY
> JMP (FSCV) :\ Hand on to FSC
Works fine for *INFO, but it returned a Bad Command for *EX, as when passed
to FSCV, (&F2) = &0D if the user just types *EX<CR>
I had to recode the command line for *EX, taking *I.:0.$.* as a start point,
then insert the defualt drive and directory, followed by overwriting the
directory, or drive and directory if supplied in the EX command line. It now
functions exactly the same as the DFS on a Master. Just sending a *EX on to
the *INFO handler doesn't work.
Mark.