A85: Re: Easy, Easy question.
[Prev][Next][Index][Thread]
A85: Re: Easy, Easy question.
some of the code is, some isnt. some was coded to be a "wrapper" to the rst
functions taht deal with vars (cant remember which ones) so, the main code
is in ROM, but the interface code is in Usgard
-----Original Message-----
From: DorkReMi@aol.com <DorkReMi@aol.com>
To: assembly-85@lists.ticalc.org <assembly-85@lists.ticalc.org>
Date: Sunday, August 23, 1998 3:47 PM
Subject: A85: Easy, Easy question.
>
>Hey, guys. In usgard.h it says a lot of stuff like
>
>
>;Var & Mem functions
>
>VAR_NEW =$8CA4 ; generates a var.(HL = name, A = type, BC = size)
>
>VAR_DELETE =$8CA7 ; deletes a var(name = HL)
>
>VAR_EXEC =$8CAA ; execute a variable(name = HL)
>
>VAR_GET =$8CAD ; gets a var(name = HL; DE = VAT, HL = data)
>
>VAR_RESIZE =$8CB0 ; resizes a var, HL = name, BC = new size.
>
>Are all of these functions in the ROM?
>
>-Josh Morris
> DorkReMi@aol.com