]> git.sur5r.net Git - cc65/blob - libsrc/geos/inc/jumptab.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / inc / jumptab.inc
1
2 ;GEOS System Jump Table
3 ;reassembled by Maciej 'YTM/Alliance' Witkowiak
4 ;4-2-99
5
6 ;jump table
7 InterruptMain           =       $c100
8 InitProcesses           =       $c103
9 RestartProcess          =       $c106
10 EnableProcess           =       $c109
11 BlockProcess            =       $c10c
12 UnBlockProcess          =       $c10f
13 FreezeProcess           =       $c112
14 UnFreezeProcess         =       $c115
15 HorizontalLine          =       $c118
16 InvertLine              =       $c11b
17 RecoverLine             =       $c11e
18 VerticalLine            =       $c121
19 Rectangle               =       $c124
20 FrameRectangle          =       $c127
21 InvertRectangle         =       $c12a
22 RecoverRectangle        =       $c12d
23 DrawLine                =       $c130
24 DrawPoint               =       $c133
25 GraphicsString          =       $c136
26 SetPattern              =       $c139
27 GetScanLine             =       $c13c
28 TestPoint               =       $c13f
29 BitmapUp                =       $c142
30 PutChar                 =       $c145
31 PutString               =       $c148
32 UseSystemFont           =       $c14b
33 StartMouseMode          =       $c14e
34 DoMenu                  =       $c151
35 RecoverMenu             =       $c154
36 RecoverAllMenus         =       $c157
37 DoIcons                 =       $c15a
38 DShiftLeft              =       $c15d
39 BBMult                  =       $c160
40 BMult                   =       $c163
41 DMult                   =       $c166
42 Ddiv                    =       $c169
43 DSdiv                   =       $c16c
44 Dabs                    =       $c16f
45 Dnegate                 =       $c172
46 Ddec                    =       $c175
47 ClearRam                =       $c178
48 FillRam                 =       $c17b
49 MoveData                =       $c17e
50 InitRam                 =       $c181
51 PutDecimal              =       $c184
52 GetRandom               =       $c187
53 MouseUp                 =       $c18a
54 MouseOff                =       $c18d
55 DoPreviousMenu          =       $c190
56 ReDoMenu                =       $c193
57 GetSerialNumber         =       $c196
58 Sleep                   =       $c199
59 ClearMouseMode          =       $c19c
60 i_Rectangle             =       $c19f
61 i_FrameRectangle        =       $c1a2
62 i_RecoverRectangle      =       $c1a5
63 i_GraphicsString        =       $c1a8
64 i_BitmapUp              =       $c1ab
65 i_PutString             =       $c1ae
66 GetRealSize             =       $c1b1
67 i_FillRam               =       $c1b4
68 i_MoveData              =       $c1b7
69 GetString               =       $c1ba
70 GotoFirstMenu           =       $c1bd
71 InitTextPrompt          =       $c1c0
72 MainLoop                =       $c1c3
73 DrawSprite              =       $c1c6
74 GetCharWidth            =       $c1c9
75 LoadCharSet             =       $c1cc
76 PosSprite               =       $c1cf
77 EnablSprite             =       $c1d2
78 DisablSprite            =       $c1d5
79 CallRoutine             =       $c1d8
80 CalcBlksFree            =       $c1db
81 ChkDkGEOS               =       $c1de
82 NewDisk                 =       $c1e1
83 GetBlock                =       $c1e4
84 PutBlock                =       $c1e7
85 SetGEOSDisk             =       $c1ea
86 SaveFile                =       $c1ed
87 SetGDirEntry            =       $c1f0
88 BldGDirEntry            =       $c1f3
89 GetFreeDirBlk           =       $c1f6
90 WriteFile               =       $c1f9
91 BlkAlloc                =       $c1fc
92 ReadFile                =       $c1ff
93 SmallPutChar            =       $c202
94 FollowChain             =       $c205
95 GetFile                 =       $c208
96 FindFile                =       $c20b
97 CRC                     =       $c20e
98 LdFile                  =       $c211
99 EnterTurbo              =       $c214
100 LdDeskAcc               =       $c217
101 ReadBlock               =       $c21a
102 LdApplic                =       $c21d
103 WriteBlock              =       $c220
104 VerWriteBlock           =       $c223
105 FreeFile                =       $c226
106 GetFHdrInfo             =       $c229
107 EnterDeskTop            =       $c22c
108 StartAppl               =       $c22f
109 ExitTurbo               =       $c232
110 PurgeTurbo              =       $c235
111 DeleteFile              =       $c238
112 FindFTypes              =       $c23b
113 RstrAppl                =       $c23e
114 ToBASIC                 =       $c241
115 FastDelFile             =       $c244
116 GetDirHead              =       $c247
117 PutDirHead              =       $c24a
118 NxtBlkAlloc             =       $c24d
119 ImprintRectangle        =       $c250
120 i_ImprintRectangle      =       $c253
121 DoDlgBox                =       $c256
122 RenameFile              =       $c259
123 InitForIO               =       $c25c
124 DoneWithIO              =       $c25f
125 DShiftRight             =       $c262
126 CopyString              =       $c265
127 CopyFString             =       $c268
128 CmpString               =       $c26b
129 CmpFString              =       $c26e
130 FirstInit               =       $c271
131 OpenRecordFile          =       $c274
132 CloseRecordFile         =       $c277
133 NextRecord              =       $c27a
134 PreviousRecord          =       $c27d
135 PointRecord             =       $c280
136 DeleteRecord            =       $c283
137 InsertRecord            =       $c286
138 AppendRecord            =       $c289
139 ReadRecord              =       $c28c
140 WriteRecord             =       $c28f
141 SetNextFree             =       $c292
142 UpdateRecordFile        =       $c295
143 GetPtrCurDkNm           =       $c298
144 PromptOn                =       $c29b
145 PromptOff               =       $c29e
146 OpenDisk                =       $c2a1
147 DoInlineReturn          =       $c2a4
148 GetNextChar             =       $c2a7
149 BitmapClip              =       $c2aa
150 FindBAMBit              =       $c2ad
151 SetDevice               =       $c2b0
152 IsMseInRegion           =       $c2b3
153 ReadByte                =       $c2b6
154 FreeBlock               =       $c2b9
155 ChangeDiskDevice        =       $c2bc
156 RstrFrmDialogue         =       $c2bf
157 Panic                   =       $c2c2
158 BitOtherClip            =       $c2c5
159 StashRAM                =       $c2c8
160 FetchRAM                =       $c2cb
161 SwapRAM                 =       $c2ce
162 VerifyRAM               =       $c2d1
163 DoRAMOp                 =       $c2d4
164
165 ;only in GEOS 128
166 TempHideMouse           =       $c2d7
167 SetMousePicture         =       $c2da
168 SetNewMode              =       $c2dd
169 NormalizeX              =       $c2e0
170 MoveBData               =       $c2e3
171 SwapBData               =       $c2e6
172 VerifyBData             =       $c2e9
173 DoBOp                   =       $c2ec
174 AccessCache             =       $c2ef
175 HideOnlyMouse           =       $c2f2
176 SetColorMode            =       $c2f5
177 ColorCard               =       $c2f8
178 ColorRectangle          =       $c2fb