Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File4.13.5.1 Bindings für Floprd TOS C: #include <tos.h> int16_t Floprd( void *buf, int32_t filler, int16_t devno, int16_t sectno, int16_t trackno, int16_t sideno, int16_t count ); Assembler: move.w count,-(sp) ; Offset 18 move.w sideno,-(sp) ; Offset 16 move.w trackno,-(sp) ; Offset 14 move.w sectno,-(sp) ; Offset 12 move.w devno,-(sp) ; Offset 10 move.l filler,-(sp) ; Offset 6 pea buf ; Offset 2 move.w #8,-(sp) ; Offset 0 trap #14 ; XBIOS aufrufen lea $14(sp),sp ; Stack korrigieren GFA-Basic Fehler%=Xbios(8,L:buf%,L:filler%,W:devno%,W:sectno%,W:trackno%,W:sideno%,W:count%)