[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Prodos external command oddness
"Michael Spangler" <mspangler@gemsi.com> wrote in message
1a410081.0402092040.1974690c@posting.google.com">news:1a410081.0402092040.1974690c@posting.google.com...
[SNIP]
does anyone know of a program that changes BE6C and BE6D?
> These are where the location of the primary pathname buffer is stored
> in the global page. I'm not sure why they stored a backup copy in the
> first place. This is not in the parameter tables, where you expect
> things to change, and in fact where the actual problem in the code was
> located. (The next read command tried to read the pathname from some
> random hexadecimal code, which worked poorly at best.)
>
> Hope this helps
> Mike S.
Not sure what you mean Mike.
Those are pointers in the global page that point to a pathname buffer.
BE6C/6D VPATH1 ;Pathname 1 buffer
BE6E/6F VPATH2 ;Pathname 2 buffer (RENAME)
Basic system itself will change those pointers as it goes about its
business.