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.29 Dsp_RunSubroutine TOS Name: »DspRunSubroutine« - Unterprogramm ausführen Xbiosnummer: 118 Deklaration: int16_t Dsp_RunSubroutine( int16_t handle ); Beschreibung: Die Funktion Dsp_RunSubroutine führt das Unterprogramm mit der Kennung handle aus. Die Kennung für ein Unterprogramm findet man mittels Dsp_InqSubrAbility oder Dsp_LoadSubroutine heraus. Ergebnis: Die Funktion liefert im positiven Fall den Wert 0, und im Fehlerfall eine negative Zahl zurück. Verfügbar: Die Funktion ist nur auf Computern mit dem Signalprozessor DSP56001 verfügbar. Gruppe: DSP-Programmierung Querverweis: Binding Dsp_InqSubrAbility Dsp_FlushSubroutines Dsp_LoadSubroutine