•  Back 
  •  Dsp_InStream 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.11.18.1  Bindings für Dsp_InStream                               TOS

 C:          #include <tos.h>

             void Dsp_InStream( int8_t *data_in, int32_t block_size, 
             int32_t num_blocks, int32_t *blocks_done );

 Assembler:

             pea       blocks_done       ; Offset 14
             move.l    num_blocks,-(sp)  ; Offset 10
             move.l    block_size,-(sp)  ; Offset  6
             pea       data_in           ; Offset  2
             move.w    #99,-(sp)         ; Offset  0
             trap      #14               ; XBIOS aufrufen
             lea       $12(sp),sp        ; Stack korrigieren