A86: Re: Template Calls?


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

A86: Re: Template Calls?




At $28CB (on ROM version 1.2) is a routine which places a call to any ROM
page.  It's format is:
    call $28CB
    .dw addr    ;address on
    .db page    ;this page
However, do not use this call because it may not be the same on all ROM
versions.  It is however essential in dissassembly etc.

===

Kirk Meyer
_@ibm.net


-----Original Message-----
From: Stephen Hicks <shicks@MindSpring.Com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Friday, February 20, 1998 3:42 PM
Subject: A86: Template Calls?


|
|Some time ago, in response to a question about finding calls, someone
mentioned
|something about a "template call" to $28CB, followed by 3 bytes, describing
the ASIC
|address and the ROM page.  Could someone please explain what this does or
how (or if
|there is any reason) to use it?
|
|--
|Stephen Hicks
|mailto:shicks@mindspring.com
|UIN:5453914
|AIM:Kupopo1
|
|
|


Follow-Ups: