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.1 Dsp_Available TOS Name: »Dsp_Available« - Inquire amount of free X and Y memory space. Opcode: 106 Syntax: void Dsp_Available( int32_t *xavailable, int32_t *yavailable ); Description: The function Dsp_Available inquires amount of free X and Y DSP memory. Free memory always starts at the physical address 0. The lowest 64 words are reserved for interrupt vectors. 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_Reserve Dsp_LoadProg Dsp_ExecProg Dsp_ExecBoot