Re: A86: addvar86


[Prev][Next][Index][Thread]

Re: A86: addvar86




> Can anybody tell my how the new addvar86 works.  When I put in:
> addvar86 test1
> it says something like:
> default.86 not found

How addvar works is it takes an existing RAM image and it adds
the variable to it.  The existing RAM image must be named
default.86.  To make one, just run your emulator and have it
save the state.  It should save it as default.86.  There is a bug
in addvar86 (an old version?) that deletes 3 bytes from the end
of the VAT.  It's easy to fix but annoying.  If the emulator gives
you an error after you successfully run addvar86, that's why.