Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-FileLine-A Function Calling ProcedureLine-A functions are called by simply inserting the opcode into the
instruction stream. For example, the 'Hide Mouse' function is called with
the following assembly language instruction:
dc.w $A00AGenerally, the Line-A initialization function is called ($A000) and the
address of the variable and/or font header tables are stored. Prior to
each Line-A call variables are set as explained in the Line-A Function
Reference and the function is then called. There is no method of error
reporting available.