ted.library/TEDGetJumpTable
   NAME
       TEDGetJumpTable -- obtain the locaton of SuperTED's function jump table

   SYNOPSIS
       jumptable = TEDGetJumpTable()
       D0

   FUNCTION
       Get the locaton of SuperTED's internal function jump table

   RESULT
       jumptable -- the address of SuperTED's internal function jump table

   NOTES
       At present SuperTED's function jump table is structured thus :

         A series of longword pointers to subroutines inside SuperTED :

                00      ->      Open Requester
                04      ->      Close Requester
                08      ->      Get Input
                12      ->      Error Requester
                16      ->      Detoke Entire File
                20      ->      Tokenise Entire File
                24      ->      File Requester
                28      ->      Refresh Gadgets
                32      ->      Get Input(2)
                36      ->      RESERVED
                40      ->      Screen Ptr
                44      ->      RESERVED
                48      ->      Change Colours
                52      ->      RESERVED

                56      ->      Tokenise One Line
                60      ->      Open IO
                64      ->      Close IO
                68      ->      Activate Gadget
                72      ->      Normal Mouse Pointer
                76      ->      Busy Mouse Pointer
                80      ->      RESERVED
                84      ->      RESERVED
                88      ->      Allocate Memory
                92.w    ->      Bitmap Modulo
                94      ->      Current Requester's Window
                98.w    ->      Button Status
                100     ->      Detoknise One Line
                104     ->      RESERVED
                108     ->      RESERVED
                112     ->      RESERVED
                116     ->      RESERVED
                120     ->      RESERVED
                128     ->      RESERVED
   SEE ALSO
       libraries/ted.i libraries/ted.h



converted with guide2html by Kochtopf