•  Back 
  •  DSP programming 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File4.11.8  Dsp_ExecProg                                               TOS

 Name:         »Dsp_ExecProg« - Execute DSP program.

 Opcode:       109

 Syntax:       void Dsp_ExecProg( int8_t *codeptr, int32_t codesize, 
               int16_t ability );

 Description:  The function Dsp_ExecProg transfers a DSP program 
               stored in binary format in memory at the location 
               codeptr and length codesize to the DSP and executes it. 
               Its size may not exceed the memory reserved by 
               Dsp_Reserve. The parameter ability identifies the 
               program.

 Return value: The function does not return a result.

 Availability: The function is available only on computers with the 
               DSP-56001 signal processor.

 Group:        DSP programming

 See also:     Binding   Dsp_Lock   Dsp_Unlock   Dsp_Available 
               Dsp_Reserve   Dsp_LoadProg   Dsp_ExecBoot 
               Dsp_LodToBinary