A83: Re: A ROM call


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

A83: Re: A ROM call




$442A will work the same way as your second one I think.
input: op1->type,program (load something like 6,"PROGRAM",0 into op1)
output: hl->vat entry, de->program data (first 2 bytes are size)

Joe Wingbermuehle
http://www.usmo.com/~joewing/

-----Original Message-----
From: Evil Sam <evil_sam@hotmail.com>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Wednesday, October 14, 1998 3:14 PM
Subject: A83: A ROM call


>
>  I need an 83 equivolent for either of these 82 ROM_CALLs for Plain 
>Jump 83:
>
>---- CALL 20EB ---- Search for program by name 
>------------------------------
>Searches the program VAT for a program. info in OP1.
>Result: HL = pointer to VAT entry
>        DE = Pointer to data space
>
>---- CALL 213E ---- Serach for variable by token/name 
>-----------------------
>Seraches VAT to find variable. infor in op1. works for all types.
>Result: HL = pointer to VAT entry
>        DE = Pointer to data space
>
> Thank you,
>   Sam
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>


Follow-Ups: