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.17 Dsp_InqSubrAbility TOS Name: »Dsp_InqSubrAbility« - Inquire subroutine identifier Opcode: 117 Syntax: int16_t Dsp_InqSubrAbility( int16_t ability ); Description: The function Dsp_InqSubrAbility inquires the identifier of the subroutine with the functionality abilitiy. Return value: The function returns the identifier of the subroutine. A return value of 0 means that the corresponding subroutine is not present in DSP memory; in that case the subroutine has to be installed with Dsp_LoadSubroutine. Availability: The function is available only on computers with the DSP-56001 signal processor. Group: DSP programming See also: Binding Dsp_RunSubroutine Dsp_FlushSubroutines Dsp_LoadSubroutine