Atari ST series Technical Reference Manual page 265

Hide thumbs Also See for ST series:
Table of Contents

Advertisement

Set Disk Transfer Address
Fsetdta()
This function allows you to change the Disk Transfer Address, which
points to the buffer used for disk read operations. This buffer is used as a
scratch area for directory searches.
C macro format
char dta[44];
Fsetdta(dta);
Machine language format
move.l
dta, - (sp)
move.w
#$1 A, - (sp)
#1
trap
addq.l
#6,sp
Inputs
dta
long
Results
None
See also
Fgetdta(), Fsfirst(), Fsnext()
Fsetdta
Opcode =
A pointer to the DTA buffer that will be
used from now on.
($1A)
26
257

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents