129 lines
1.9 KiB
ArmAsm
129 lines
1.9 KiB
ArmAsm
;Jump table
|
|
|
|
xdef JumpTable
|
|
|
|
xref Startup
|
|
xref CloseAll
|
|
xref Quit
|
|
xref GetBankAdr
|
|
xref CreateBank
|
|
xref FindAscr
|
|
xref ClearGadget
|
|
xref FindSprite
|
|
xref FindIcon
|
|
xref FreeImenu
|
|
xref FreeImenuItem
|
|
xref FindImenu
|
|
xref FindImenuItem
|
|
xref FindImenuSub
|
|
xref GetCurWin
|
|
xref SetCoordsRel
|
|
xref AllocMemClear
|
|
xref AllocTmpRas
|
|
xref FreeTmpRas
|
|
xref StrAlloc
|
|
xref StrFree
|
|
xref FindIscr
|
|
xref GetCurIscr
|
|
xref FindIwin
|
|
xref FindIwin2
|
|
xref FindWBIwin
|
|
xref GetCurIwin
|
|
xref GetCurIwin2
|
|
xref GetCurRP
|
|
xref CheckCloseIscr
|
|
xref CloseWin
|
|
xref CloseIscr
|
|
xref CloseIwin
|
|
xref CloseWBIwin
|
|
xref GetCurInput
|
|
xref ConvRawKey
|
|
xref DoEvent
|
|
xref GetKey
|
|
xref GetMouse
|
|
xref GetMenu
|
|
xref LongMul
|
|
xref LongDiv
|
|
xref SetCoords
|
|
xref GetWinFlags
|
|
xref GetSomeWinFlags
|
|
xref SetWinFlags
|
|
xref SetSomeWinFlags
|
|
xref GetActiveWin
|
|
xref StrLen
|
|
xref ReturnString
|
|
xref GetRetStr
|
|
xref FlushRetStr
|
|
xref RTS
|
|
xref AllocRequest
|
|
xref EZRequest
|
|
xref CreatePort
|
|
xref DeletePort
|
|
xref ReadPixel
|
|
xref WritePixel
|
|
xref OpenIwin
|
|
xref OpenIscr
|
|
|
|
JumpTable:
|
|
bra Startup
|
|
bra CloseAll
|
|
bra Quit
|
|
bra GetBankAdr
|
|
bra CreateBank
|
|
bra FindAscr
|
|
bra ClearGadget
|
|
bra FindSprite
|
|
bra FindIcon
|
|
bra FreeImenu
|
|
bra FreeImenuItem
|
|
bra FindImenu
|
|
bra FindImenuItem
|
|
bra FindImenuSub
|
|
bra GetCurWin
|
|
bra SetCoordsRel
|
|
bra AllocMemClear
|
|
bra AllocTmpRas
|
|
bra FreeTmpRas
|
|
bra StrAlloc
|
|
bra StrFree
|
|
bra FindIscr
|
|
bra GetCurIscr
|
|
bra FindIwin
|
|
bra FindIwin2
|
|
bra FindWBIwin
|
|
bra GetCurIwin
|
|
bra GetCurIwin2
|
|
bra GetCurRP
|
|
bra CheckCloseIscr
|
|
bra CloseWin
|
|
bra CloseIscr
|
|
bra CloseIwin
|
|
bra CloseWBIwin
|
|
bra GetCurInput
|
|
bra ConvRawKey
|
|
bra DoEvent
|
|
bra GetKey
|
|
bra GetMouse
|
|
bra GetMenu
|
|
bra LongMul
|
|
bra LongDiv
|
|
bra SetCoords
|
|
bra GetWinFlags
|
|
bra GetSomeWinFlags
|
|
bra SetWinFlags
|
|
bra SetSomeWinFlags
|
|
bra GetActiveWin
|
|
bra StrLen
|
|
bra ReturnString
|
|
bra GetRetStr
|
|
bra FlushRetStr
|
|
bra RTS
|
|
bra AllocRequest
|
|
bra EZRequest
|
|
bra CreatePort
|
|
bra DeletePort
|
|
bra ReadPixel
|
|
bra WritePixel
|
|
bra OpenIwin
|
|
bra OpenIscr
|