-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit1.dfm
510 lines (510 loc) · 9.35 KB
/
Unit1.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
object Form1: TForm1
Left = -4
Top = 28
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Cisco 2500 Emulator'
ClientHeight = 533
ClientWidth = 783
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 392
Top = 8
Width = 69
Height = 13
Caption = 'CPU Registers'
end
object Label2: TLabel
Left = 392
Top = 240
Width = 64
Height = 13
Caption = 'Code window'
end
object Label3: TLabel
Left = 0
Top = 296
Width = 29
Height = 13
Caption = 'View1'
end
object Label4: TLabel
Left = 0
Top = 408
Width = 29
Height = 13
Caption = 'View2'
end
object Label5: TLabel
Left = 0
Top = 8
Width = 71
Height = 13
Caption = 'Console output'
end
object Label6: TLabel
Left = 256
Top = 8
Width = 31
Height = 13
Caption = 'status:'
end
object Label7: TLabel
Left = 288
Top = 8
Width = 12
Height = 13
Caption = 'off'
end
object Label8: TLabel
Left = 600
Top = 240
Width = 87
Height = 13
Caption = 'break point set @:'
end
object Label9: TLabel
Left = 688
Top = 240
Width = 24
Height = 13
Caption = 'none'
end
object Label10: TLabel
Left = 248
Top = 416
Width = 34
Height = 13
Caption = 'Cycles:'
end
object Label11: TLabel
Left = 288
Top = 416
Width = 96
Height = 13
Caption = '0000000000000000'
end
object Label12: TLabel
Left = 112
Top = 8
Width = 38
Height = 13
Caption = 'Label12'
end
object Label13: TLabel
Left = 152
Top = 416
Width = 37
Height = 13
Caption = 'Confreg'
end
object Label14: TLabel
Left = 472
Top = 8
Width = 38
Height = 13
Caption = 'Label14'
end
object Label15: TLabel
Left = 536
Top = 8
Width = 38
Height = 13
Caption = 'Label15'
end
object Label16: TLabel
Left = 104
Top = 408
Width = 6
Height = 13
Caption = '+'
end
object Button1: TButton
Left = 0
Top = 240
Width = 41
Height = 17
Caption = '&Load'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 392
Top = 24
Width = 345
Height = 212
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Fixedsys'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
TabOrder = 1
end
object Button3: TButton
Left = 0
Top = 272
Width = 41
Height = 17
Caption = '&Step'
Enabled = False
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 40
Top = 272
Width = 49
Height = 17
Caption = 'R&eset'
TabOrder = 3
OnClick = Button4Click
end
object ListBox1: TListBox
Left = 392
Top = 256
Width = 385
Height = 273
ItemHeight = 13
TabOrder = 4
Visible = False
end
object Memo2: TMemo
Left = 0
Top = 320
Width = 385
Height = 89
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
end
object Memo3: TMemo
Left = 0
Top = 432
Width = 385
Height = 97
Font.Charset = OEM_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Terminal'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object Edit1: TEdit
Left = 40
Top = 296
Width = 65
Height = 21
TabOrder = 7
Text = '$00000000'
OnExit = Edit1Exit
end
object Edit2: TEdit
Left = 32
Top = 408
Width = 65
Height = 21
TabOrder = 8
Text = '$0000'
OnExit = Edit2Exit
end
object Memo4: TMemo
Left = 0
Top = 24
Width = 297
Height = 209
Font.Charset = OEM_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Terminal'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 9
WantTabs = True
OnKeyPress = Memo4KeyPress
end
object Button6: TButton
Left = 296
Top = 200
Width = 67
Height = 17
Caption = 'Console &on'
TabOrder = 10
OnClick = Button6Click
end
object Button7: TButton
Left = 0
Top = 256
Width = 41
Height = 17
Caption = '&Run'
Enabled = False
TabOrder = 11
OnClick = Button7Click
end
object Button8: TButton
Left = 40
Top = 256
Width = 49
Height = 17
Caption = 'S&top'
TabOrder = 12
OnClick = Button8Click
end
object Edit3: TEdit
Left = 120
Top = 272
Width = 73
Height = 21
TabOrder = 13
Text = '$0'
end
object Button5: TButton
Left = 360
Top = 200
Width = 33
Height = 17
Caption = 'SetPC'
TabOrder = 14
OnClick = Button5Click
end
object Edit4: TEdit
Left = 120
Top = 256
Width = 73
Height = 21
TabOrder = 15
Text = '$0'
end
object Button9: TButton
Left = 336
Top = 216
Width = 25
Height = 17
Caption = 'Int'
TabOrder = 16
OnClick = Button9Click
end
object Button10: TButton
Left = 192
Top = 240
Width = 33
Height = 17
Caption = 'regs'
TabOrder = 17
OnClick = Button10Click
end
object Edit5: TEdit
Left = 120
Top = 240
Width = 73
Height = 21
TabOrder = 18
Text = '$'
OnExit = Edit5Exit
end
object Button12: TButton
Left = 360
Top = 216
Width = 33
Height = 17
Caption = 'BPS'
TabOrder = 19
OnClick = Button12Click
end
object Button13: TButton
Left = 120
Top = 288
Width = 17
Height = 17
Caption = 'Z'
TabOrder = 20
OnClick = Button13Click
end
object Button14: TButton
Left = 136
Top = 288
Width = 17
Height = 17
Caption = 'V'
TabOrder = 21
OnClick = Button14Click
end
object Button15: TButton
Left = 152
Top = 288
Width = 17
Height = 17
Caption = 'C'
TabOrder = 22
OnClick = Button15Click
end
object Button16: TButton
Left = 168
Top = 288
Width = 17
Height = 17
Caption = 'N'
TabOrder = 23
OnClick = Button16Click
end
object Button17: TButton
Left = 88
Top = 240
Width = 25
Height = 17
Caption = '&Full'
TabOrder = 24
OnClick = Button17Click
end
object Button18: TButton
Left = 88
Top = 256
Width = 25
Height = 17
Caption = '&Half'
TabOrder = 25
OnClick = Button18Click
end
object Button19: TButton
Left = 88
Top = 272
Width = 25
Height = 17
Caption = 'Lo&w'
TabOrder = 26
OnClick = Button19Click
end
object Memo5: TMemo
Left = 232
Top = 232
Width = 153
Height = 89
Font.Charset = OEM_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Terminal'
Font.Style = []
ParentFont = False
TabOrder = 27
end
object Memo6: TMemo
Left = 296
Top = 24
Width = 97
Height = 177
Font.Charset = OEM_CHARSET
Font.Color = clWindowText
Font.Height = -8
Font.Name = 'Terminal'
Font.Style = []
ParentFont = False
TabOrder = 28
end
object Button2: TButton
Left = 40
Top = 240
Width = 49
Height = 17
Caption = 'trace'
TabOrder = 29
OnClick = Button2Click
end
object Edit6: TEdit
Left = 192
Top = 408
Width = 49
Height = 21
Enabled = False
TabOrder = 30
OnExit = Edit6Exit
end
object Button11: TButton
Left = 296
Top = 216
Width = 41
Height = 17
Caption = 'Stats'
TabOrder = 31
OnClick = Button11Click
end
object Button20: TButton
Left = 192
Top = 256
Width = 33
Height = 17
Caption = 'dump'
TabOrder = 32
OnClick = Button20Click
end
object Button21: TButton
Left = 304
Top = 8
Width = 33
Height = 17
Caption = 'Save'
TabOrder = 33
OnClick = Button21Click
end
object Button22: TButton
Left = 336
Top = 8
Width = 49
Height = 17
Caption = 'Load'
TabOrder = 34
OnClick = Button22Click
end
object Edit7: TEdit
Left = 112
Top = 408
Width = 41
Height = 21
TabOrder = 35
Text = '$0'
OnExit = Edit2Exit
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 440
Top = 40
end
object Timer2: TTimer
Enabled = False
Interval = 100
OnTimer = Timer2Timer
Left = 208
Top = 32
end
object Timer3: TTimer
OnTimer = Timer3Timer
Left = 240
Top = 32
end
object ServerSocket1: TServerSocket
Active = True
Port = 200
ServerType = stNonBlocking
OnClientRead = ServerSocket1ClientRead
Left = 736
Top = 48
end
end