Atari ST series Technical Reference Manual page 187

Hide thumbs Also See for ST series:
Table of Contents

Advertisement

Read/Write Disk Sectors
Rwabs()
T h is f u n c t i o n a l l o w s y o u t o r e a d o r w r i t e t o t h e d i s k , a s e c t o r a t a t i m e .
C macro format
in t m o d e , s e c t o r s , s t a r t , d r i v e n u m ;
l o n g b u f f e r , s t a t u s ;
s t a t u s =
R w a b s ( m o d e , b u f f e r , s e c t o r s , s t a r t , d r i v e n u m ) ;
Machine
language format
m o v e . w
# d r i v e n u m , - ( s p )
m o v e .w
# s t a r t , - ( s p )
m o v e .w
# s e c t o r s , - ( s p )
m o v e .l
b u f f e r , - (s p )
m o v e . w
# m o d e , - ( s p )
m o v e .w
# 4 , - ( s p )
# 1 3
tr a p
a d d q .l
# 1 4 , s p
Inputs
w o r d
d r i v e n u m
w o r d
s t a r t
w o r d
s e c t o r s
l o n g
b u f f e r
w o r d
m o d e
Results
l o n g
DO
s t a t u s
Rwabs
T h e n u m b e r o f t h e d r i v e to u s e f o r th e
r e a d o r w r i t e o p e r a t i o n ( 0 =
1 =
d r i v e B :, a n d s o o n ) ,
T h e s t a r t i n g s e c t o r n u m b e r f o r t h e t r a n s ­
f e r
T h e n u m b e r o f s e c t o r s to b e t r a n s f e r r e d
A p o i n t e r to t h e m e m o r y a r e a u s e d a s a
d i s k s e c t o r b u f f e r . T h i s b u f f e r s h o u l d
s t a r t a t a n e v e n a d d r e s s , a n d s h o u l d h a v e
5 1 2 b y t e s a l l o c a t e d t o it f o r e a c h s e c t o r to
b e r e a d o r w r i t t e n ,
A f la g t h a t i n d i c a t e s w h e t h e r y o u w i s h t o
r e a d o r w r i t e s e c t o r s :
0 =
R e a d s e c t o r s
1 =
W r i t e s e c t o r s
2 =
R e a d s e c t o r s w i t h o u t a f f e c t i n g m e ­
d i a c h a n g e s t a t u s
3 =
W r i t e s e c t o r s w i t h o u t a f f e c t i n g m e ­
d ia c h a n g e s t a t u s
A n e r r o r c o d e t h a t i n d i c a t e s w h e t h e r th e t r a n s f e r w a s
s u c c e s s f u l . A z e r o s t a t u s m e a n s n o e r r o r o c c u r r e d .
O t h e r w i s e , a n e g a t i v e G E M D O S e r r o r n u m b e r is r e ­
t u r n e d . S e e A p p e n d i x D f o r a li s t o f G E M D O S e r r o r
c o d e s .
Opcode = 4
d r i v e A : ,
179

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents