Re: A86: start up commands


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

Re: A86: start up commands




This code is correct - I will make a program (release-able by this weekend
:) that upon start-up will run the BASIC program named "autoexec".  This
will allow for writing your own routine on the 86, shelling to ASM programs,
etc.

===

Kirk Meyer
_@ibm.net

-----Original Message-----
From: Dux Gregis <assets@eden.rutgers.edu>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, February 17, 1998 6:36 PM
Subject: Re: A86: start up commands


|
|
|Dux Gregis wrote:
|
|> Ekauq@aol.com wrote:
|>
|> > has anyone ever thought of making a program that would run single or
multiple
|> > programs when someone turns the calculator on?  kind of like an
autoexec.bat
|> > file
|>
|> I think, though I'm not sure, that you can run the code at $d490 (ends at
$d557)
|> every time the calc is turned on.  There's a checksum byte at $d48f which
is
|> probably set in a way similar to how the checksum for an interrupt is
set.
|
|  I figured it out.  I've attached a source that you can adapt to fit your
needs.
|