@andrivet/z80-assembler 1.4.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +80 -0
- package/index.js +12 -12
- package/index.mjs +4477 -2353
- package/lib/compiler/Ast.d.ts +12 -1
- package/lib/compiler/Compiler.d.ts +12 -2
- package/lib/grammar/LowLevel.d.ts +2 -0
- package/lib/grammar/Parse.d.ts +2 -8
- package/lib/grammar/z80.d.ts +1258 -203
- package/package.json +1 -1
package/lib/grammar/z80.d.ts
CHANGED
|
@@ -30,6 +30,32 @@ export declare enum ASTKinds {
|
|
|
30
30
|
rr_2 = "rr_2",
|
|
31
31
|
rr_3 = "rr_3",
|
|
32
32
|
rr_4 = "rr_4",
|
|
33
|
+
rx_1 = "rx_1",
|
|
34
|
+
rx_2 = "rx_2",
|
|
35
|
+
rx_3 = "rx_3",
|
|
36
|
+
rx_4 = "rx_4",
|
|
37
|
+
rx_5 = "rx_5",
|
|
38
|
+
rx_6 = "rx_6",
|
|
39
|
+
rx_7 = "rx_7",
|
|
40
|
+
rx_8 = "rx_8",
|
|
41
|
+
rx_9 = "rx_9",
|
|
42
|
+
ry_1 = "ry_1",
|
|
43
|
+
ry_2 = "ry_2",
|
|
44
|
+
ry_3 = "ry_3",
|
|
45
|
+
ry_4 = "ry_4",
|
|
46
|
+
ry_5 = "ry_5",
|
|
47
|
+
ry_6 = "ry_6",
|
|
48
|
+
ry_7 = "ry_7",
|
|
49
|
+
ry_8 = "ry_8",
|
|
50
|
+
ry_9 = "ry_9",
|
|
51
|
+
ixy8_1 = "ixy8_1",
|
|
52
|
+
ixy8_2 = "ixy8_2",
|
|
53
|
+
ixy8_3 = "ixy8_3",
|
|
54
|
+
ixy8_4 = "ixy8_4",
|
|
55
|
+
ixy8_5 = "ixy8_5",
|
|
56
|
+
ixy8_6 = "ixy8_6",
|
|
57
|
+
ixy8_7 = "ixy8_7",
|
|
58
|
+
ixy8_8 = "ixy8_8",
|
|
33
59
|
n_1 = "n_1",
|
|
34
60
|
n_2 = "n_2",
|
|
35
61
|
n_3 = "n_3",
|
|
@@ -127,6 +153,9 @@ export declare enum ASTKinds {
|
|
|
127
153
|
PrimaryExpression_2 = "PrimaryExpression_2",
|
|
128
154
|
PrimaryExpression_3 = "PrimaryExpression_3",
|
|
129
155
|
Reg8 = "Reg8",
|
|
156
|
+
Reg16 = "Reg16",
|
|
157
|
+
RegX8 = "RegX8",
|
|
158
|
+
RegY8 = "RegY8",
|
|
130
159
|
IX = "IX",
|
|
131
160
|
IX_$0 = "IX_$0",
|
|
132
161
|
IX_$0_$0_1 = "IX_$0_$0_1",
|
|
@@ -151,6 +180,12 @@ export declare enum ASTKinds {
|
|
|
151
180
|
Instruction_14 = "Instruction_14",
|
|
152
181
|
Instruction_15 = "Instruction_15",
|
|
153
182
|
Instruction_16 = "Instruction_16",
|
|
183
|
+
Instruction_17 = "Instruction_17",
|
|
184
|
+
Instruction_18 = "Instruction_18",
|
|
185
|
+
Instruction_19 = "Instruction_19",
|
|
186
|
+
Instruction_20 = "Instruction_20",
|
|
187
|
+
Instruction_21 = "Instruction_21",
|
|
188
|
+
Instruction_22 = "Instruction_22",
|
|
154
189
|
Load8Instruction_1 = "Load8Instruction_1",
|
|
155
190
|
Load8Instruction_2 = "Load8Instruction_2",
|
|
156
191
|
Load8Instruction_3 = "Load8Instruction_3",
|
|
@@ -172,6 +207,18 @@ export declare enum ASTKinds {
|
|
|
172
207
|
Load8Instruction_19 = "Load8Instruction_19",
|
|
173
208
|
Load8Instruction_20 = "Load8Instruction_20",
|
|
174
209
|
Load8Instruction_21 = "Load8Instruction_21",
|
|
210
|
+
Load8Instruction_22 = "Load8Instruction_22",
|
|
211
|
+
Load8Instruction_23 = "Load8Instruction_23",
|
|
212
|
+
Load8Instruction_24 = "Load8Instruction_24",
|
|
213
|
+
Load8Instruction_25 = "Load8Instruction_25",
|
|
214
|
+
Load8Instruction_26 = "Load8Instruction_26",
|
|
215
|
+
Load8Instruction_27 = "Load8Instruction_27",
|
|
216
|
+
Load8Instruction_28 = "Load8Instruction_28",
|
|
217
|
+
Load8Instruction_29 = "Load8Instruction_29",
|
|
218
|
+
Load8Instruction_30 = "Load8Instruction_30",
|
|
219
|
+
Load8Instruction_31 = "Load8Instruction_31",
|
|
220
|
+
Load8Instruction_32 = "Load8Instruction_32",
|
|
221
|
+
Load8Instruction_33 = "Load8Instruction_33",
|
|
175
222
|
Load16Instruction_1 = "Load16Instruction_1",
|
|
176
223
|
Load16Instruction_2 = "Load16Instruction_2",
|
|
177
224
|
Load16Instruction_3 = "Load16Instruction_3",
|
|
@@ -192,6 +239,19 @@ export declare enum ASTKinds {
|
|
|
192
239
|
Load16Instruction_18 = "Load16Instruction_18",
|
|
193
240
|
Load16Instruction_19 = "Load16Instruction_19",
|
|
194
241
|
Load16Instruction_20 = "Load16Instruction_20",
|
|
242
|
+
FakeLoad16Instruction_1 = "FakeLoad16Instruction_1",
|
|
243
|
+
FakeLoad16Instruction_2 = "FakeLoad16Instruction_2",
|
|
244
|
+
FakeLoad16Instruction_3 = "FakeLoad16Instruction_3",
|
|
245
|
+
FakeLoad16Instruction_4 = "FakeLoad16Instruction_4",
|
|
246
|
+
FakeLoad16Instruction_5 = "FakeLoad16Instruction_5",
|
|
247
|
+
FakeLoad16Instruction_6 = "FakeLoad16Instruction_6",
|
|
248
|
+
FakeLoad16Instruction_7 = "FakeLoad16Instruction_7",
|
|
249
|
+
FakeLoad16Instruction_8 = "FakeLoad16Instruction_8",
|
|
250
|
+
FakeLoad16Instruction_9 = "FakeLoad16Instruction_9",
|
|
251
|
+
FakeLoad16Instruction_10 = "FakeLoad16Instruction_10",
|
|
252
|
+
FakeLoad16Instruction_11 = "FakeLoad16Instruction_11",
|
|
253
|
+
FakeLoad16Instruction_12 = "FakeLoad16Instruction_12",
|
|
254
|
+
FakeLoad16Instruction_13 = "FakeLoad16Instruction_13",
|
|
195
255
|
ExchangeInstruction_1 = "ExchangeInstruction_1",
|
|
196
256
|
ExchangeInstruction_2 = "ExchangeInstruction_2",
|
|
197
257
|
ExchangeInstruction_3 = "ExchangeInstruction_3",
|
|
@@ -246,6 +306,14 @@ export declare enum ASTKinds {
|
|
|
246
306
|
ArithmeticLogic8Instruction_38 = "ArithmeticLogic8Instruction_38",
|
|
247
307
|
ArithmeticLogic8Instruction_39 = "ArithmeticLogic8Instruction_39",
|
|
248
308
|
ArithmeticLogic8Instruction_40 = "ArithmeticLogic8Instruction_40",
|
|
309
|
+
ArithmeticLogic8Instruction_41 = "ArithmeticLogic8Instruction_41",
|
|
310
|
+
ArithmeticLogic8Instruction_42 = "ArithmeticLogic8Instruction_42",
|
|
311
|
+
ArithmeticLogic8Instruction_43 = "ArithmeticLogic8Instruction_43",
|
|
312
|
+
ArithmeticLogic8Instruction_44 = "ArithmeticLogic8Instruction_44",
|
|
313
|
+
ArithmeticLogic8Instruction_45 = "ArithmeticLogic8Instruction_45",
|
|
314
|
+
ArithmeticLogic8Instruction_46 = "ArithmeticLogic8Instruction_46",
|
|
315
|
+
ArithmeticLogic8Instruction_47 = "ArithmeticLogic8Instruction_47",
|
|
316
|
+
ArithmeticLogic8Instruction_48 = "ArithmeticLogic8Instruction_48",
|
|
249
317
|
ArithmeticLogic8Instruction_$0 = "ArithmeticLogic8Instruction_$0",
|
|
250
318
|
ArithmeticLogic8Instruction_$1 = "ArithmeticLogic8Instruction_$1",
|
|
251
319
|
ArithmeticLogic8Instruction_$2 = "ArithmeticLogic8Instruction_$2",
|
|
@@ -286,6 +354,14 @@ export declare enum ASTKinds {
|
|
|
286
354
|
ArithmeticLogic8Instruction_$37 = "ArithmeticLogic8Instruction_$37",
|
|
287
355
|
ArithmeticLogic8Instruction_$38 = "ArithmeticLogic8Instruction_$38",
|
|
288
356
|
ArithmeticLogic8Instruction_$39 = "ArithmeticLogic8Instruction_$39",
|
|
357
|
+
ArithmeticLogic8Instruction_$40 = "ArithmeticLogic8Instruction_$40",
|
|
358
|
+
ArithmeticLogic8Instruction_$41 = "ArithmeticLogic8Instruction_$41",
|
|
359
|
+
ArithmeticLogic8Instruction_$42 = "ArithmeticLogic8Instruction_$42",
|
|
360
|
+
ArithmeticLogic8Instruction_$43 = "ArithmeticLogic8Instruction_$43",
|
|
361
|
+
ArithmeticLogic8Instruction_$44 = "ArithmeticLogic8Instruction_$44",
|
|
362
|
+
ArithmeticLogic8Instruction_$45 = "ArithmeticLogic8Instruction_$45",
|
|
363
|
+
ArithmeticLogic8Instruction_$46 = "ArithmeticLogic8Instruction_$46",
|
|
364
|
+
ArithmeticLogic8Instruction_$47 = "ArithmeticLogic8Instruction_$47",
|
|
289
365
|
IncrementDecrement8Instruction_1 = "IncrementDecrement8Instruction_1",
|
|
290
366
|
IncrementDecrement8Instruction_2 = "IncrementDecrement8Instruction_2",
|
|
291
367
|
IncrementDecrement8Instruction_3 = "IncrementDecrement8Instruction_3",
|
|
@@ -294,6 +370,10 @@ export declare enum ASTKinds {
|
|
|
294
370
|
IncrementDecrement8Instruction_6 = "IncrementDecrement8Instruction_6",
|
|
295
371
|
IncrementDecrement8Instruction_7 = "IncrementDecrement8Instruction_7",
|
|
296
372
|
IncrementDecrement8Instruction_8 = "IncrementDecrement8Instruction_8",
|
|
373
|
+
IncrementDecrement8Instruction_9 = "IncrementDecrement8Instruction_9",
|
|
374
|
+
IncrementDecrement8Instruction_10 = "IncrementDecrement8Instruction_10",
|
|
375
|
+
IncrementDecrement8Instruction_$0 = "IncrementDecrement8Instruction_$0",
|
|
376
|
+
IncrementDecrement8Instruction_$1 = "IncrementDecrement8Instruction_$1",
|
|
297
377
|
GeneralPurposeArithmeticInstruction_1 = "GeneralPurposeArithmeticInstruction_1",
|
|
298
378
|
GeneralPurposeArithmeticInstruction_2 = "GeneralPurposeArithmeticInstruction_2",
|
|
299
379
|
GeneralPurposeArithmeticInstruction_3 = "GeneralPurposeArithmeticInstruction_3",
|
|
@@ -315,6 +395,43 @@ export declare enum ASTKinds {
|
|
|
315
395
|
ArithmeticLogic16Instruction_9 = "ArithmeticLogic16Instruction_9",
|
|
316
396
|
ArithmeticLogic16Instruction_10 = "ArithmeticLogic16Instruction_10",
|
|
317
397
|
ArithmeticLogic16Instruction_11 = "ArithmeticLogic16Instruction_11",
|
|
398
|
+
FakeArithmetic16Instruction_1 = "FakeArithmetic16Instruction_1",
|
|
399
|
+
FakeArithmetic16Instruction_2 = "FakeArithmetic16Instruction_2",
|
|
400
|
+
FakeArithmetic16Instruction_3 = "FakeArithmetic16Instruction_3",
|
|
401
|
+
FakeArithmetic16Instruction_4 = "FakeArithmetic16Instruction_4",
|
|
402
|
+
FakeArithmetic16Instruction_5 = "FakeArithmetic16Instruction_5",
|
|
403
|
+
FakeLoadIncrement16Instruction_1 = "FakeLoadIncrement16Instruction_1",
|
|
404
|
+
FakeLoadIncrement16Instruction_2 = "FakeLoadIncrement16Instruction_2",
|
|
405
|
+
FakeLoadIncrement16Instruction_3 = "FakeLoadIncrement16Instruction_3",
|
|
406
|
+
FakeLoadIncrement16Instruction_4 = "FakeLoadIncrement16Instruction_4",
|
|
407
|
+
FakeLoadIncrement16Instruction_5 = "FakeLoadIncrement16Instruction_5",
|
|
408
|
+
FakeLoadIncrement16Instruction_6 = "FakeLoadIncrement16Instruction_6",
|
|
409
|
+
FakeLoadIncrement8Instruction_1 = "FakeLoadIncrement8Instruction_1",
|
|
410
|
+
FakeLoadIncrement8Instruction_2 = "FakeLoadIncrement8Instruction_2",
|
|
411
|
+
FakeLoadIncrement8Instruction_3 = "FakeLoadIncrement8Instruction_3",
|
|
412
|
+
FakeLoadIncrement8Instruction_4 = "FakeLoadIncrement8Instruction_4",
|
|
413
|
+
FakeLoadIncrement8Instruction_5 = "FakeLoadIncrement8Instruction_5",
|
|
414
|
+
FakeLoadIncrement8Instruction_6 = "FakeLoadIncrement8Instruction_6",
|
|
415
|
+
FakeLoadIncrement8Instruction_7 = "FakeLoadIncrement8Instruction_7",
|
|
416
|
+
FakeLoadIncrement8Instruction_8 = "FakeLoadIncrement8Instruction_8",
|
|
417
|
+
FakeLoadIncrement8Instruction_9 = "FakeLoadIncrement8Instruction_9",
|
|
418
|
+
FakeLoadIncrement8Instruction_10 = "FakeLoadIncrement8Instruction_10",
|
|
419
|
+
FakeLoadIncrement8Instruction_11 = "FakeLoadIncrement8Instruction_11",
|
|
420
|
+
FakeLoadIncrement8Instruction_12 = "FakeLoadIncrement8Instruction_12",
|
|
421
|
+
FakeLoadIncrement8Instruction_13 = "FakeLoadIncrement8Instruction_13",
|
|
422
|
+
FakeLoadDecrement8Instruction_1 = "FakeLoadDecrement8Instruction_1",
|
|
423
|
+
FakeLoadDecrement8Instruction_2 = "FakeLoadDecrement8Instruction_2",
|
|
424
|
+
FakeLoadDecrement8Instruction_3 = "FakeLoadDecrement8Instruction_3",
|
|
425
|
+
FakeLoadDecrement8Instruction_4 = "FakeLoadDecrement8Instruction_4",
|
|
426
|
+
FakeLoadDecrement8Instruction_5 = "FakeLoadDecrement8Instruction_5",
|
|
427
|
+
FakeLoadDecrement8Instruction_6 = "FakeLoadDecrement8Instruction_6",
|
|
428
|
+
FakeLoadDecrement8Instruction_7 = "FakeLoadDecrement8Instruction_7",
|
|
429
|
+
FakeLoadDecrement8Instruction_8 = "FakeLoadDecrement8Instruction_8",
|
|
430
|
+
FakeLoadDecrement8Instruction_9 = "FakeLoadDecrement8Instruction_9",
|
|
431
|
+
FakeLoadDecrement8Instruction_10 = "FakeLoadDecrement8Instruction_10",
|
|
432
|
+
FakeLoadDecrement8Instruction_11 = "FakeLoadDecrement8Instruction_11",
|
|
433
|
+
FakeLoadDecrement8Instruction_12 = "FakeLoadDecrement8Instruction_12",
|
|
434
|
+
FakeLoadDecrement8Instruction_13 = "FakeLoadDecrement8Instruction_13",
|
|
318
435
|
RotateShiftInstruction_1 = "RotateShiftInstruction_1",
|
|
319
436
|
RotateShiftInstruction_2 = "RotateShiftInstruction_2",
|
|
320
437
|
RotateShiftInstruction_3 = "RotateShiftInstruction_3",
|
|
@@ -349,6 +466,44 @@ export declare enum ASTKinds {
|
|
|
349
466
|
RotateShiftInstruction_32 = "RotateShiftInstruction_32",
|
|
350
467
|
RotateShiftInstruction_33 = "RotateShiftInstruction_33",
|
|
351
468
|
RotateShiftInstruction_34 = "RotateShiftInstruction_34",
|
|
469
|
+
RotateShiftInstruction_35 = "RotateShiftInstruction_35",
|
|
470
|
+
RotateShiftInstruction_36 = "RotateShiftInstruction_36",
|
|
471
|
+
RotateShiftInstruction_37 = "RotateShiftInstruction_37",
|
|
472
|
+
RotateShiftInstruction_38 = "RotateShiftInstruction_38",
|
|
473
|
+
RotateShiftInstruction_39 = "RotateShiftInstruction_39",
|
|
474
|
+
RotateShiftInstruction_40 = "RotateShiftInstruction_40",
|
|
475
|
+
RotateShiftInstruction_41 = "RotateShiftInstruction_41",
|
|
476
|
+
RotateShiftInstruction_42 = "RotateShiftInstruction_42",
|
|
477
|
+
RotateShiftInstruction_43 = "RotateShiftInstruction_43",
|
|
478
|
+
RotateShiftInstruction_44 = "RotateShiftInstruction_44",
|
|
479
|
+
RotateShiftInstruction_45 = "RotateShiftInstruction_45",
|
|
480
|
+
RotateShiftInstruction_46 = "RotateShiftInstruction_46",
|
|
481
|
+
RotateShiftInstruction_47 = "RotateShiftInstruction_47",
|
|
482
|
+
RotateShiftInstruction_48 = "RotateShiftInstruction_48",
|
|
483
|
+
RotateShiftInstruction_49 = "RotateShiftInstruction_49",
|
|
484
|
+
RotateShiftInstruction_50 = "RotateShiftInstruction_50",
|
|
485
|
+
RotateShiftInstruction_51 = "RotateShiftInstruction_51",
|
|
486
|
+
RotateShiftInstruction_52 = "RotateShiftInstruction_52",
|
|
487
|
+
RotateShiftInstruction_$0_1 = "RotateShiftInstruction_$0_1",
|
|
488
|
+
RotateShiftInstruction_$0_2 = "RotateShiftInstruction_$0_2",
|
|
489
|
+
RotateShiftInstruction_$1_1 = "RotateShiftInstruction_$1_1",
|
|
490
|
+
RotateShiftInstruction_$1_2 = "RotateShiftInstruction_$1_2",
|
|
491
|
+
RotateShiftInstruction_$2_1 = "RotateShiftInstruction_$2_1",
|
|
492
|
+
RotateShiftInstruction_$2_2 = "RotateShiftInstruction_$2_2",
|
|
493
|
+
RotateShiftInstruction_$3_1 = "RotateShiftInstruction_$3_1",
|
|
494
|
+
RotateShiftInstruction_$3_2 = "RotateShiftInstruction_$3_2",
|
|
495
|
+
RotateShiftInstruction_$4_1 = "RotateShiftInstruction_$4_1",
|
|
496
|
+
RotateShiftInstruction_$4_2 = "RotateShiftInstruction_$4_2",
|
|
497
|
+
RotateShiftInstruction_$5_1 = "RotateShiftInstruction_$5_1",
|
|
498
|
+
RotateShiftInstruction_$5_2 = "RotateShiftInstruction_$5_2",
|
|
499
|
+
FakeRotateShiftInstruction16_1 = "FakeRotateShiftInstruction16_1",
|
|
500
|
+
FakeRotateShiftInstruction16_2 = "FakeRotateShiftInstruction16_2",
|
|
501
|
+
FakeRotateShiftInstruction16_3 = "FakeRotateShiftInstruction16_3",
|
|
502
|
+
FakeRotateShiftInstruction16_4 = "FakeRotateShiftInstruction16_4",
|
|
503
|
+
FakeRotateShiftInstruction16_5 = "FakeRotateShiftInstruction16_5",
|
|
504
|
+
FakeRotateShiftInstruction16_6 = "FakeRotateShiftInstruction16_6",
|
|
505
|
+
FakeRotateShiftInstruction16_$0_1 = "FakeRotateShiftInstruction16_$0_1",
|
|
506
|
+
FakeRotateShiftInstruction16_$0_2 = "FakeRotateShiftInstruction16_$0_2",
|
|
352
507
|
BitManipulationInstruction_1 = "BitManipulationInstruction_1",
|
|
353
508
|
BitManipulationInstruction_2 = "BitManipulationInstruction_2",
|
|
354
509
|
BitManipulationInstruction_3 = "BitManipulationInstruction_3",
|
|
@@ -387,12 +542,14 @@ export declare enum ASTKinds {
|
|
|
387
542
|
InputInstruction_4 = "InputInstruction_4",
|
|
388
543
|
InputInstruction_5 = "InputInstruction_5",
|
|
389
544
|
InputInstruction_6 = "InputInstruction_6",
|
|
545
|
+
InputInstruction_7 = "InputInstruction_7",
|
|
390
546
|
OutputInstruction_1 = "OutputInstruction_1",
|
|
391
547
|
OutputInstruction_2 = "OutputInstruction_2",
|
|
392
548
|
OutputInstruction_3 = "OutputInstruction_3",
|
|
393
549
|
OutputInstruction_4 = "OutputInstruction_4",
|
|
394
550
|
OutputInstruction_5 = "OutputInstruction_5",
|
|
395
551
|
OutputInstruction_6 = "OutputInstruction_6",
|
|
552
|
+
OutputInstruction_7 = "OutputInstruction_7",
|
|
396
553
|
ByteDirective_1 = "ByteDirective_1",
|
|
397
554
|
ByteDirective_2 = "ByteDirective_2",
|
|
398
555
|
ByteDirective_3 = "ByteDirective_3",
|
|
@@ -474,6 +631,35 @@ export type rr_1 = string;
|
|
|
474
631
|
export type rr_2 = string;
|
|
475
632
|
export type rr_3 = string;
|
|
476
633
|
export type rr_4 = string;
|
|
634
|
+
export type rx = rx_1 | rx_2 | rx_3 | rx_4 | rx_5 | rx_6 | rx_7 | rx_8 | rx_9;
|
|
635
|
+
export type rx_1 = string;
|
|
636
|
+
export type rx_2 = string;
|
|
637
|
+
export type rx_3 = string;
|
|
638
|
+
export type rx_4 = string;
|
|
639
|
+
export type rx_5 = string;
|
|
640
|
+
export type rx_6 = string;
|
|
641
|
+
export type rx_7 = string;
|
|
642
|
+
export type rx_8 = string;
|
|
643
|
+
export type rx_9 = string;
|
|
644
|
+
export type ry = ry_1 | ry_2 | ry_3 | ry_4 | ry_5 | ry_6 | ry_7 | ry_8 | ry_9;
|
|
645
|
+
export type ry_1 = string;
|
|
646
|
+
export type ry_2 = string;
|
|
647
|
+
export type ry_3 = string;
|
|
648
|
+
export type ry_4 = string;
|
|
649
|
+
export type ry_5 = string;
|
|
650
|
+
export type ry_6 = string;
|
|
651
|
+
export type ry_7 = string;
|
|
652
|
+
export type ry_8 = string;
|
|
653
|
+
export type ry_9 = string;
|
|
654
|
+
export type ixy8 = ixy8_1 | ixy8_2 | ixy8_3 | ixy8_4 | ixy8_5 | ixy8_6 | ixy8_7 | ixy8_8;
|
|
655
|
+
export type ixy8_1 = string;
|
|
656
|
+
export type ixy8_2 = string;
|
|
657
|
+
export type ixy8_3 = string;
|
|
658
|
+
export type ixy8_4 = string;
|
|
659
|
+
export type ixy8_5 = string;
|
|
660
|
+
export type ixy8_6 = string;
|
|
661
|
+
export type ixy8_7 = string;
|
|
662
|
+
export type ixy8_8 = string;
|
|
477
663
|
export type n = n_1 | n_2 | n_3 | n_4;
|
|
478
664
|
export declare class n_1 {
|
|
479
665
|
kind: ASTKinds.n_1;
|
|
@@ -827,6 +1013,18 @@ export interface Reg8 {
|
|
|
827
1013
|
kind: ASTKinds.Reg8;
|
|
828
1014
|
reg: r;
|
|
829
1015
|
}
|
|
1016
|
+
export interface Reg16 {
|
|
1017
|
+
kind: ASTKinds.Reg16;
|
|
1018
|
+
reg: qq;
|
|
1019
|
+
}
|
|
1020
|
+
export interface RegX8 {
|
|
1021
|
+
kind: ASTKinds.RegX8;
|
|
1022
|
+
reg: rx;
|
|
1023
|
+
}
|
|
1024
|
+
export interface RegY8 {
|
|
1025
|
+
kind: ASTKinds.RegY8;
|
|
1026
|
+
reg: ry;
|
|
1027
|
+
}
|
|
830
1028
|
export interface IX {
|
|
831
1029
|
kind: ASTKinds.IX;
|
|
832
1030
|
offset: Nullable<IX_$0>;
|
|
@@ -853,24 +1051,30 @@ export interface IY_$0 {
|
|
|
853
1051
|
export type IY_$0_$0 = IY_$0_$0_1 | IY_$0_$0_2;
|
|
854
1052
|
export type IY_$0_$0_1 = string;
|
|
855
1053
|
export type IY_$0_$0_2 = string;
|
|
856
|
-
export type Instruction = Instruction_1 | Instruction_2 | Instruction_3 | Instruction_4 | Instruction_5 | Instruction_6 | Instruction_7 | Instruction_8 | Instruction_9 | Instruction_10 | Instruction_11 | Instruction_12 | Instruction_13 | Instruction_14 | Instruction_15 | Instruction_16;
|
|
857
|
-
export type Instruction_1 =
|
|
858
|
-
export type Instruction_2 =
|
|
859
|
-
export type Instruction_3 =
|
|
860
|
-
export type Instruction_4 =
|
|
861
|
-
export type Instruction_5 =
|
|
862
|
-
export type Instruction_6 =
|
|
863
|
-
export type Instruction_7 =
|
|
864
|
-
export type Instruction_8 =
|
|
865
|
-
export type Instruction_9 =
|
|
866
|
-
export type Instruction_10 =
|
|
867
|
-
export type Instruction_11 =
|
|
868
|
-
export type Instruction_12 =
|
|
869
|
-
export type Instruction_13 =
|
|
870
|
-
export type Instruction_14 =
|
|
871
|
-
export type Instruction_15 =
|
|
872
|
-
export type Instruction_16 =
|
|
873
|
-
export type
|
|
1054
|
+
export type Instruction = Instruction_1 | Instruction_2 | Instruction_3 | Instruction_4 | Instruction_5 | Instruction_6 | Instruction_7 | Instruction_8 | Instruction_9 | Instruction_10 | Instruction_11 | Instruction_12 | Instruction_13 | Instruction_14 | Instruction_15 | Instruction_16 | Instruction_17 | Instruction_18 | Instruction_19 | Instruction_20 | Instruction_21 | Instruction_22;
|
|
1055
|
+
export type Instruction_1 = FakeLoad16Instruction;
|
|
1056
|
+
export type Instruction_2 = Load8Instruction;
|
|
1057
|
+
export type Instruction_3 = Load16Instruction;
|
|
1058
|
+
export type Instruction_4 = ExchangeInstruction;
|
|
1059
|
+
export type Instruction_5 = BlockInstruction;
|
|
1060
|
+
export type Instruction_6 = ArithmeticLogic8Instruction;
|
|
1061
|
+
export type Instruction_7 = IncrementDecrement8Instruction;
|
|
1062
|
+
export type Instruction_8 = GeneralPurposeArithmeticInstruction;
|
|
1063
|
+
export type Instruction_9 = ArithmeticLogic16Instruction;
|
|
1064
|
+
export type Instruction_10 = FakeArithmetic16Instruction;
|
|
1065
|
+
export type Instruction_11 = FakeLoadIncrement16Instruction;
|
|
1066
|
+
export type Instruction_12 = FakeLoadIncrement8Instruction;
|
|
1067
|
+
export type Instruction_13 = FakeLoadDecrement8Instruction;
|
|
1068
|
+
export type Instruction_14 = RotateShiftInstruction;
|
|
1069
|
+
export type Instruction_15 = FakeRotateShiftInstruction16;
|
|
1070
|
+
export type Instruction_16 = BitManipulationInstruction;
|
|
1071
|
+
export type Instruction_17 = JumpInstruction;
|
|
1072
|
+
export type Instruction_18 = CallInstruction;
|
|
1073
|
+
export type Instruction_19 = ReturnInstruction;
|
|
1074
|
+
export type Instruction_20 = InputInstruction;
|
|
1075
|
+
export type Instruction_21 = OutputInstruction;
|
|
1076
|
+
export type Instruction_22 = CpuControlGroupInstruction;
|
|
1077
|
+
export type Load8Instruction = Load8Instruction_1 | Load8Instruction_2 | Load8Instruction_3 | Load8Instruction_4 | Load8Instruction_5 | Load8Instruction_6 | Load8Instruction_7 | Load8Instruction_8 | Load8Instruction_9 | Load8Instruction_10 | Load8Instruction_11 | Load8Instruction_12 | Load8Instruction_13 | Load8Instruction_14 | Load8Instruction_15 | Load8Instruction_16 | Load8Instruction_17 | Load8Instruction_18 | Load8Instruction_19 | Load8Instruction_20 | Load8Instruction_21 | Load8Instruction_22 | Load8Instruction_23 | Load8Instruction_24 | Load8Instruction_25 | Load8Instruction_26 | Load8Instruction_27 | Load8Instruction_28 | Load8Instruction_29 | Load8Instruction_30 | Load8Instruction_31 | Load8Instruction_32 | Load8Instruction_33;
|
|
874
1078
|
export declare class Load8Instruction_1 {
|
|
875
1079
|
kind: ASTKinds.Load8Instruction_1;
|
|
876
1080
|
r0: Reg8;
|
|
@@ -880,123 +1084,199 @@ export declare class Load8Instruction_1 {
|
|
|
880
1084
|
}
|
|
881
1085
|
export declare class Load8Instruction_2 {
|
|
882
1086
|
kind: ASTKinds.Load8Instruction_2;
|
|
883
|
-
|
|
1087
|
+
r0: Reg8;
|
|
884
1088
|
elements: AstElements;
|
|
885
|
-
constructor(
|
|
1089
|
+
constructor(r0: Reg8);
|
|
886
1090
|
}
|
|
887
1091
|
export declare class Load8Instruction_3 {
|
|
888
1092
|
kind: ASTKinds.Load8Instruction_3;
|
|
889
|
-
|
|
890
|
-
i: IX;
|
|
1093
|
+
r0: Reg8;
|
|
891
1094
|
elements: AstElements;
|
|
892
|
-
constructor(
|
|
1095
|
+
constructor(r0: Reg8);
|
|
893
1096
|
}
|
|
894
1097
|
export declare class Load8Instruction_4 {
|
|
895
1098
|
kind: ASTKinds.Load8Instruction_4;
|
|
896
|
-
|
|
897
|
-
i: IY;
|
|
1099
|
+
r0: Reg8;
|
|
898
1100
|
elements: AstElements;
|
|
899
|
-
constructor(
|
|
1101
|
+
constructor(r0: Reg8);
|
|
900
1102
|
}
|
|
901
1103
|
export declare class Load8Instruction_5 {
|
|
902
1104
|
kind: ASTKinds.Load8Instruction_5;
|
|
903
|
-
|
|
1105
|
+
r0: Reg8;
|
|
904
1106
|
elements: AstElements;
|
|
905
|
-
constructor(
|
|
1107
|
+
constructor(r0: Reg8);
|
|
906
1108
|
}
|
|
907
1109
|
export declare class Load8Instruction_6 {
|
|
908
1110
|
kind: ASTKinds.Load8Instruction_6;
|
|
909
|
-
|
|
910
|
-
r: r;
|
|
1111
|
+
r1: RegX8;
|
|
911
1112
|
elements: AstElements;
|
|
912
|
-
constructor(
|
|
1113
|
+
constructor(r1: RegX8);
|
|
913
1114
|
}
|
|
914
1115
|
export declare class Load8Instruction_7 {
|
|
915
1116
|
kind: ASTKinds.Load8Instruction_7;
|
|
916
|
-
|
|
917
|
-
r: r;
|
|
1117
|
+
r1: RegX8;
|
|
918
1118
|
elements: AstElements;
|
|
919
|
-
constructor(
|
|
1119
|
+
constructor(r1: RegX8);
|
|
920
1120
|
}
|
|
921
1121
|
export declare class Load8Instruction_8 {
|
|
922
1122
|
kind: ASTKinds.Load8Instruction_8;
|
|
923
|
-
|
|
924
|
-
n: Expression;
|
|
1123
|
+
r1: RegY8;
|
|
925
1124
|
elements: AstElements;
|
|
926
|
-
constructor(
|
|
1125
|
+
constructor(r1: RegY8);
|
|
927
1126
|
}
|
|
928
1127
|
export declare class Load8Instruction_9 {
|
|
929
1128
|
kind: ASTKinds.Load8Instruction_9;
|
|
930
|
-
|
|
931
|
-
pos: PosInfo;
|
|
932
|
-
n: Expression;
|
|
1129
|
+
r1: RegY8;
|
|
933
1130
|
elements: AstElements;
|
|
934
|
-
constructor(
|
|
1131
|
+
constructor(r1: RegY8);
|
|
935
1132
|
}
|
|
936
1133
|
export declare class Load8Instruction_10 {
|
|
937
1134
|
kind: ASTKinds.Load8Instruction_10;
|
|
938
|
-
i: IY;
|
|
939
1135
|
pos: PosInfo;
|
|
940
1136
|
n: Expression;
|
|
941
1137
|
elements: AstElements;
|
|
942
|
-
constructor(
|
|
1138
|
+
constructor(pos: PosInfo, n: Expression);
|
|
943
1139
|
}
|
|
944
1140
|
export declare class Load8Instruction_11 {
|
|
945
1141
|
kind: ASTKinds.Load8Instruction_11;
|
|
1142
|
+
pos: PosInfo;
|
|
1143
|
+
n: Expression;
|
|
946
1144
|
elements: AstElements;
|
|
947
|
-
constructor();
|
|
1145
|
+
constructor(pos: PosInfo, n: Expression);
|
|
948
1146
|
}
|
|
949
1147
|
export declare class Load8Instruction_12 {
|
|
950
1148
|
kind: ASTKinds.Load8Instruction_12;
|
|
1149
|
+
pos: PosInfo;
|
|
1150
|
+
n: Expression;
|
|
951
1151
|
elements: AstElements;
|
|
952
|
-
constructor();
|
|
1152
|
+
constructor(pos: PosInfo, n: Expression);
|
|
953
1153
|
}
|
|
954
1154
|
export declare class Load8Instruction_13 {
|
|
955
1155
|
kind: ASTKinds.Load8Instruction_13;
|
|
956
1156
|
pos: PosInfo;
|
|
957
|
-
|
|
1157
|
+
n: Expression;
|
|
958
1158
|
elements: AstElements;
|
|
959
|
-
constructor(pos: PosInfo,
|
|
1159
|
+
constructor(pos: PosInfo, n: Expression);
|
|
960
1160
|
}
|
|
961
1161
|
export declare class Load8Instruction_14 {
|
|
962
1162
|
kind: ASTKinds.Load8Instruction_14;
|
|
1163
|
+
r: r;
|
|
963
1164
|
elements: AstElements;
|
|
964
|
-
constructor();
|
|
1165
|
+
constructor(r: r);
|
|
965
1166
|
}
|
|
966
1167
|
export declare class Load8Instruction_15 {
|
|
967
1168
|
kind: ASTKinds.Load8Instruction_15;
|
|
1169
|
+
r: r;
|
|
1170
|
+
i: IX;
|
|
968
1171
|
elements: AstElements;
|
|
969
|
-
constructor();
|
|
1172
|
+
constructor(r: r, i: IX);
|
|
970
1173
|
}
|
|
971
1174
|
export declare class Load8Instruction_16 {
|
|
972
1175
|
kind: ASTKinds.Load8Instruction_16;
|
|
973
|
-
|
|
974
|
-
|
|
1176
|
+
r: r;
|
|
1177
|
+
i: IY;
|
|
975
1178
|
elements: AstElements;
|
|
976
|
-
constructor(
|
|
1179
|
+
constructor(r: r, i: IY);
|
|
977
1180
|
}
|
|
978
1181
|
export declare class Load8Instruction_17 {
|
|
979
1182
|
kind: ASTKinds.Load8Instruction_17;
|
|
1183
|
+
r: r;
|
|
980
1184
|
elements: AstElements;
|
|
981
|
-
constructor();
|
|
1185
|
+
constructor(r: r);
|
|
982
1186
|
}
|
|
983
1187
|
export declare class Load8Instruction_18 {
|
|
984
1188
|
kind: ASTKinds.Load8Instruction_18;
|
|
1189
|
+
i: IX;
|
|
1190
|
+
r: r;
|
|
985
1191
|
elements: AstElements;
|
|
986
|
-
constructor();
|
|
1192
|
+
constructor(i: IX, r: r);
|
|
987
1193
|
}
|
|
988
1194
|
export declare class Load8Instruction_19 {
|
|
989
1195
|
kind: ASTKinds.Load8Instruction_19;
|
|
1196
|
+
i: IY;
|
|
1197
|
+
r: r;
|
|
990
1198
|
elements: AstElements;
|
|
991
|
-
constructor();
|
|
1199
|
+
constructor(i: IY, r: r);
|
|
992
1200
|
}
|
|
993
1201
|
export declare class Load8Instruction_20 {
|
|
994
1202
|
kind: ASTKinds.Load8Instruction_20;
|
|
1203
|
+
pos: PosInfo;
|
|
1204
|
+
n: Expression;
|
|
995
1205
|
elements: AstElements;
|
|
996
|
-
constructor();
|
|
1206
|
+
constructor(pos: PosInfo, n: Expression);
|
|
997
1207
|
}
|
|
998
1208
|
export declare class Load8Instruction_21 {
|
|
999
1209
|
kind: ASTKinds.Load8Instruction_21;
|
|
1210
|
+
i: IX;
|
|
1211
|
+
pos: PosInfo;
|
|
1212
|
+
n: Expression;
|
|
1213
|
+
elements: AstElements;
|
|
1214
|
+
constructor(i: IX, pos: PosInfo, n: Expression);
|
|
1215
|
+
}
|
|
1216
|
+
export declare class Load8Instruction_22 {
|
|
1217
|
+
kind: ASTKinds.Load8Instruction_22;
|
|
1218
|
+
i: IY;
|
|
1219
|
+
pos: PosInfo;
|
|
1220
|
+
n: Expression;
|
|
1221
|
+
elements: AstElements;
|
|
1222
|
+
constructor(i: IY, pos: PosInfo, n: Expression);
|
|
1223
|
+
}
|
|
1224
|
+
export declare class Load8Instruction_23 {
|
|
1225
|
+
kind: ASTKinds.Load8Instruction_23;
|
|
1226
|
+
elements: AstElements;
|
|
1227
|
+
constructor();
|
|
1228
|
+
}
|
|
1229
|
+
export declare class Load8Instruction_24 {
|
|
1230
|
+
kind: ASTKinds.Load8Instruction_24;
|
|
1231
|
+
elements: AstElements;
|
|
1232
|
+
constructor();
|
|
1233
|
+
}
|
|
1234
|
+
export declare class Load8Instruction_25 {
|
|
1235
|
+
kind: ASTKinds.Load8Instruction_25;
|
|
1236
|
+
pos: PosInfo;
|
|
1237
|
+
ee: Expression;
|
|
1238
|
+
elements: AstElements;
|
|
1239
|
+
constructor(pos: PosInfo, ee: Expression);
|
|
1240
|
+
}
|
|
1241
|
+
export declare class Load8Instruction_26 {
|
|
1242
|
+
kind: ASTKinds.Load8Instruction_26;
|
|
1243
|
+
elements: AstElements;
|
|
1244
|
+
constructor();
|
|
1245
|
+
}
|
|
1246
|
+
export declare class Load8Instruction_27 {
|
|
1247
|
+
kind: ASTKinds.Load8Instruction_27;
|
|
1248
|
+
elements: AstElements;
|
|
1249
|
+
constructor();
|
|
1250
|
+
}
|
|
1251
|
+
export declare class Load8Instruction_28 {
|
|
1252
|
+
kind: ASTKinds.Load8Instruction_28;
|
|
1253
|
+
pos: PosInfo;
|
|
1254
|
+
ee: Expression;
|
|
1255
|
+
elements: AstElements;
|
|
1256
|
+
constructor(pos: PosInfo, ee: Expression);
|
|
1257
|
+
}
|
|
1258
|
+
export declare class Load8Instruction_29 {
|
|
1259
|
+
kind: ASTKinds.Load8Instruction_29;
|
|
1260
|
+
elements: AstElements;
|
|
1261
|
+
constructor();
|
|
1262
|
+
}
|
|
1263
|
+
export declare class Load8Instruction_30 {
|
|
1264
|
+
kind: ASTKinds.Load8Instruction_30;
|
|
1265
|
+
elements: AstElements;
|
|
1266
|
+
constructor();
|
|
1267
|
+
}
|
|
1268
|
+
export declare class Load8Instruction_31 {
|
|
1269
|
+
kind: ASTKinds.Load8Instruction_31;
|
|
1270
|
+
elements: AstElements;
|
|
1271
|
+
constructor();
|
|
1272
|
+
}
|
|
1273
|
+
export declare class Load8Instruction_32 {
|
|
1274
|
+
kind: ASTKinds.Load8Instruction_32;
|
|
1275
|
+
elements: AstElements;
|
|
1276
|
+
constructor();
|
|
1277
|
+
}
|
|
1278
|
+
export declare class Load8Instruction_33 {
|
|
1279
|
+
kind: ASTKinds.Load8Instruction_33;
|
|
1000
1280
|
r: Reg8;
|
|
1001
1281
|
pos: PosInfo;
|
|
1002
1282
|
n: Expression;
|
|
@@ -1131,6 +1411,88 @@ export declare class Load16Instruction_20 {
|
|
|
1131
1411
|
elements: AstElements;
|
|
1132
1412
|
constructor();
|
|
1133
1413
|
}
|
|
1414
|
+
export type FakeLoad16Instruction = FakeLoad16Instruction_1 | FakeLoad16Instruction_2 | FakeLoad16Instruction_3 | FakeLoad16Instruction_4 | FakeLoad16Instruction_5 | FakeLoad16Instruction_6 | FakeLoad16Instruction_7 | FakeLoad16Instruction_8 | FakeLoad16Instruction_9 | FakeLoad16Instruction_10 | FakeLoad16Instruction_11 | FakeLoad16Instruction_12 | FakeLoad16Instruction_13;
|
|
1415
|
+
export declare class FakeLoad16Instruction_1 {
|
|
1416
|
+
kind: ASTKinds.FakeLoad16Instruction_1;
|
|
1417
|
+
r0: Reg16;
|
|
1418
|
+
r1: Reg16;
|
|
1419
|
+
elements: AstElements;
|
|
1420
|
+
constructor(r0: Reg16, r1: Reg16);
|
|
1421
|
+
}
|
|
1422
|
+
export declare class FakeLoad16Instruction_2 {
|
|
1423
|
+
kind: ASTKinds.FakeLoad16Instruction_2;
|
|
1424
|
+
r0: Reg16;
|
|
1425
|
+
elements: AstElements;
|
|
1426
|
+
constructor(r0: Reg16);
|
|
1427
|
+
}
|
|
1428
|
+
export declare class FakeLoad16Instruction_3 {
|
|
1429
|
+
kind: ASTKinds.FakeLoad16Instruction_3;
|
|
1430
|
+
r0: Reg16;
|
|
1431
|
+
elements: AstElements;
|
|
1432
|
+
constructor(r0: Reg16);
|
|
1433
|
+
}
|
|
1434
|
+
export declare class FakeLoad16Instruction_4 {
|
|
1435
|
+
kind: ASTKinds.FakeLoad16Instruction_4;
|
|
1436
|
+
qq: qq;
|
|
1437
|
+
elements: AstElements;
|
|
1438
|
+
constructor(qq: qq);
|
|
1439
|
+
}
|
|
1440
|
+
export declare class FakeLoad16Instruction_5 {
|
|
1441
|
+
kind: ASTKinds.FakeLoad16Instruction_5;
|
|
1442
|
+
qq: qq;
|
|
1443
|
+
i: IX;
|
|
1444
|
+
elements: AstElements;
|
|
1445
|
+
constructor(qq: qq, i: IX);
|
|
1446
|
+
}
|
|
1447
|
+
export declare class FakeLoad16Instruction_6 {
|
|
1448
|
+
kind: ASTKinds.FakeLoad16Instruction_6;
|
|
1449
|
+
qq: qq;
|
|
1450
|
+
i: IY;
|
|
1451
|
+
elements: AstElements;
|
|
1452
|
+
constructor(qq: qq, i: IY);
|
|
1453
|
+
}
|
|
1454
|
+
export declare class FakeLoad16Instruction_7 {
|
|
1455
|
+
kind: ASTKinds.FakeLoad16Instruction_7;
|
|
1456
|
+
qq: qq;
|
|
1457
|
+
elements: AstElements;
|
|
1458
|
+
constructor(qq: qq);
|
|
1459
|
+
}
|
|
1460
|
+
export declare class FakeLoad16Instruction_8 {
|
|
1461
|
+
kind: ASTKinds.FakeLoad16Instruction_8;
|
|
1462
|
+
qq: qq;
|
|
1463
|
+
elements: AstElements;
|
|
1464
|
+
constructor(qq: qq);
|
|
1465
|
+
}
|
|
1466
|
+
export declare class FakeLoad16Instruction_9 {
|
|
1467
|
+
kind: ASTKinds.FakeLoad16Instruction_9;
|
|
1468
|
+
elements: AstElements;
|
|
1469
|
+
constructor();
|
|
1470
|
+
}
|
|
1471
|
+
export declare class FakeLoad16Instruction_10 {
|
|
1472
|
+
kind: ASTKinds.FakeLoad16Instruction_10;
|
|
1473
|
+
elements: AstElements;
|
|
1474
|
+
constructor();
|
|
1475
|
+
}
|
|
1476
|
+
export declare class FakeLoad16Instruction_11 {
|
|
1477
|
+
kind: ASTKinds.FakeLoad16Instruction_11;
|
|
1478
|
+
qq: qq;
|
|
1479
|
+
elements: AstElements;
|
|
1480
|
+
constructor(qq: qq);
|
|
1481
|
+
}
|
|
1482
|
+
export declare class FakeLoad16Instruction_12 {
|
|
1483
|
+
kind: ASTKinds.FakeLoad16Instruction_12;
|
|
1484
|
+
i: IX;
|
|
1485
|
+
qq: qq;
|
|
1486
|
+
elements: AstElements;
|
|
1487
|
+
constructor(i: IX, qq: qq);
|
|
1488
|
+
}
|
|
1489
|
+
export declare class FakeLoad16Instruction_13 {
|
|
1490
|
+
kind: ASTKinds.FakeLoad16Instruction_13;
|
|
1491
|
+
i: IY;
|
|
1492
|
+
qq: qq;
|
|
1493
|
+
elements: AstElements;
|
|
1494
|
+
constructor(i: IY, qq: qq);
|
|
1495
|
+
}
|
|
1134
1496
|
export type ExchangeInstruction = ExchangeInstruction_1 | ExchangeInstruction_2 | ExchangeInstruction_3 | ExchangeInstruction_4 | ExchangeInstruction_5 | ExchangeInstruction_6;
|
|
1135
1497
|
export declare class ExchangeInstruction_1 {
|
|
1136
1498
|
kind: ASTKinds.ExchangeInstruction_1;
|
|
@@ -1203,7 +1565,7 @@ export declare class BlockInstruction_8 {
|
|
|
1203
1565
|
elements: AstElements;
|
|
1204
1566
|
constructor();
|
|
1205
1567
|
}
|
|
1206
|
-
export type ArithmeticLogic8Instruction = ArithmeticLogic8Instruction_1 | ArithmeticLogic8Instruction_2 | ArithmeticLogic8Instruction_3 | ArithmeticLogic8Instruction_4 | ArithmeticLogic8Instruction_5 | ArithmeticLogic8Instruction_6 | ArithmeticLogic8Instruction_7 | ArithmeticLogic8Instruction_8 | ArithmeticLogic8Instruction_9 | ArithmeticLogic8Instruction_10 | ArithmeticLogic8Instruction_11 | ArithmeticLogic8Instruction_12 | ArithmeticLogic8Instruction_13 | ArithmeticLogic8Instruction_14 | ArithmeticLogic8Instruction_15 | ArithmeticLogic8Instruction_16 | ArithmeticLogic8Instruction_17 | ArithmeticLogic8Instruction_18 | ArithmeticLogic8Instruction_19 | ArithmeticLogic8Instruction_20 | ArithmeticLogic8Instruction_21 | ArithmeticLogic8Instruction_22 | ArithmeticLogic8Instruction_23 | ArithmeticLogic8Instruction_24 | ArithmeticLogic8Instruction_25 | ArithmeticLogic8Instruction_26 | ArithmeticLogic8Instruction_27 | ArithmeticLogic8Instruction_28 | ArithmeticLogic8Instruction_29 | ArithmeticLogic8Instruction_30 | ArithmeticLogic8Instruction_31 | ArithmeticLogic8Instruction_32 | ArithmeticLogic8Instruction_33 | ArithmeticLogic8Instruction_34 | ArithmeticLogic8Instruction_35 | ArithmeticLogic8Instruction_36 | ArithmeticLogic8Instruction_37 | ArithmeticLogic8Instruction_38 | ArithmeticLogic8Instruction_39 | ArithmeticLogic8Instruction_40;
|
|
1568
|
+
export type ArithmeticLogic8Instruction = ArithmeticLogic8Instruction_1 | ArithmeticLogic8Instruction_2 | ArithmeticLogic8Instruction_3 | ArithmeticLogic8Instruction_4 | ArithmeticLogic8Instruction_5 | ArithmeticLogic8Instruction_6 | ArithmeticLogic8Instruction_7 | ArithmeticLogic8Instruction_8 | ArithmeticLogic8Instruction_9 | ArithmeticLogic8Instruction_10 | ArithmeticLogic8Instruction_11 | ArithmeticLogic8Instruction_12 | ArithmeticLogic8Instruction_13 | ArithmeticLogic8Instruction_14 | ArithmeticLogic8Instruction_15 | ArithmeticLogic8Instruction_16 | ArithmeticLogic8Instruction_17 | ArithmeticLogic8Instruction_18 | ArithmeticLogic8Instruction_19 | ArithmeticLogic8Instruction_20 | ArithmeticLogic8Instruction_21 | ArithmeticLogic8Instruction_22 | ArithmeticLogic8Instruction_23 | ArithmeticLogic8Instruction_24 | ArithmeticLogic8Instruction_25 | ArithmeticLogic8Instruction_26 | ArithmeticLogic8Instruction_27 | ArithmeticLogic8Instruction_28 | ArithmeticLogic8Instruction_29 | ArithmeticLogic8Instruction_30 | ArithmeticLogic8Instruction_31 | ArithmeticLogic8Instruction_32 | ArithmeticLogic8Instruction_33 | ArithmeticLogic8Instruction_34 | ArithmeticLogic8Instruction_35 | ArithmeticLogic8Instruction_36 | ArithmeticLogic8Instruction_37 | ArithmeticLogic8Instruction_38 | ArithmeticLogic8Instruction_39 | ArithmeticLogic8Instruction_40 | ArithmeticLogic8Instruction_41 | ArithmeticLogic8Instruction_42 | ArithmeticLogic8Instruction_43 | ArithmeticLogic8Instruction_44 | ArithmeticLogic8Instruction_45 | ArithmeticLogic8Instruction_46 | ArithmeticLogic8Instruction_47 | ArithmeticLogic8Instruction_48;
|
|
1207
1569
|
export declare class ArithmeticLogic8Instruction_1 {
|
|
1208
1570
|
kind: ASTKinds.ArithmeticLogic8Instruction_1;
|
|
1209
1571
|
elements: AstElements;
|
|
@@ -1229,153 +1591,153 @@ export declare class ArithmeticLogic8Instruction_4 {
|
|
|
1229
1591
|
}
|
|
1230
1592
|
export declare class ArithmeticLogic8Instruction_5 {
|
|
1231
1593
|
kind: ASTKinds.ArithmeticLogic8Instruction_5;
|
|
1232
|
-
|
|
1233
|
-
n: Expression;
|
|
1594
|
+
r: ixy8;
|
|
1234
1595
|
elements: AstElements;
|
|
1235
|
-
constructor(
|
|
1596
|
+
constructor(r: ixy8);
|
|
1236
1597
|
}
|
|
1237
1598
|
export declare class ArithmeticLogic8Instruction_6 {
|
|
1238
1599
|
kind: ASTKinds.ArithmeticLogic8Instruction_6;
|
|
1600
|
+
pos: PosInfo;
|
|
1601
|
+
n: Expression;
|
|
1239
1602
|
elements: AstElements;
|
|
1240
|
-
constructor();
|
|
1603
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1241
1604
|
}
|
|
1242
1605
|
export declare class ArithmeticLogic8Instruction_7 {
|
|
1243
1606
|
kind: ASTKinds.ArithmeticLogic8Instruction_7;
|
|
1244
|
-
i: IX;
|
|
1245
1607
|
elements: AstElements;
|
|
1246
|
-
constructor(
|
|
1608
|
+
constructor();
|
|
1247
1609
|
}
|
|
1248
1610
|
export declare class ArithmeticLogic8Instruction_8 {
|
|
1249
1611
|
kind: ASTKinds.ArithmeticLogic8Instruction_8;
|
|
1250
|
-
i:
|
|
1612
|
+
i: IX;
|
|
1251
1613
|
elements: AstElements;
|
|
1252
|
-
constructor(i:
|
|
1614
|
+
constructor(i: IX);
|
|
1253
1615
|
}
|
|
1254
1616
|
export declare class ArithmeticLogic8Instruction_9 {
|
|
1255
1617
|
kind: ASTKinds.ArithmeticLogic8Instruction_9;
|
|
1256
|
-
|
|
1618
|
+
i: IY;
|
|
1257
1619
|
elements: AstElements;
|
|
1258
|
-
constructor(
|
|
1620
|
+
constructor(i: IY);
|
|
1259
1621
|
}
|
|
1260
1622
|
export declare class ArithmeticLogic8Instruction_10 {
|
|
1261
1623
|
kind: ASTKinds.ArithmeticLogic8Instruction_10;
|
|
1262
|
-
|
|
1263
|
-
n: Expression;
|
|
1624
|
+
r: r;
|
|
1264
1625
|
elements: AstElements;
|
|
1265
|
-
constructor(
|
|
1626
|
+
constructor(r: r);
|
|
1266
1627
|
}
|
|
1267
1628
|
export declare class ArithmeticLogic8Instruction_11 {
|
|
1268
1629
|
kind: ASTKinds.ArithmeticLogic8Instruction_11;
|
|
1630
|
+
r: ixy8;
|
|
1269
1631
|
elements: AstElements;
|
|
1270
|
-
constructor();
|
|
1632
|
+
constructor(r: ixy8);
|
|
1271
1633
|
}
|
|
1272
1634
|
export declare class ArithmeticLogic8Instruction_12 {
|
|
1273
1635
|
kind: ASTKinds.ArithmeticLogic8Instruction_12;
|
|
1274
|
-
|
|
1636
|
+
pos: PosInfo;
|
|
1637
|
+
n: Expression;
|
|
1275
1638
|
elements: AstElements;
|
|
1276
|
-
constructor(
|
|
1639
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1277
1640
|
}
|
|
1278
1641
|
export declare class ArithmeticLogic8Instruction_13 {
|
|
1279
1642
|
kind: ASTKinds.ArithmeticLogic8Instruction_13;
|
|
1280
|
-
i: IY;
|
|
1281
1643
|
elements: AstElements;
|
|
1282
|
-
constructor(
|
|
1644
|
+
constructor();
|
|
1283
1645
|
}
|
|
1284
1646
|
export declare class ArithmeticLogic8Instruction_14 {
|
|
1285
1647
|
kind: ASTKinds.ArithmeticLogic8Instruction_14;
|
|
1286
|
-
|
|
1648
|
+
i: IX;
|
|
1287
1649
|
elements: AstElements;
|
|
1288
|
-
constructor(
|
|
1650
|
+
constructor(i: IX);
|
|
1289
1651
|
}
|
|
1290
1652
|
export declare class ArithmeticLogic8Instruction_15 {
|
|
1291
1653
|
kind: ASTKinds.ArithmeticLogic8Instruction_15;
|
|
1292
|
-
|
|
1293
|
-
n: Expression;
|
|
1654
|
+
i: IY;
|
|
1294
1655
|
elements: AstElements;
|
|
1295
|
-
constructor(
|
|
1656
|
+
constructor(i: IY);
|
|
1296
1657
|
}
|
|
1297
1658
|
export declare class ArithmeticLogic8Instruction_16 {
|
|
1298
1659
|
kind: ASTKinds.ArithmeticLogic8Instruction_16;
|
|
1660
|
+
r: r;
|
|
1299
1661
|
elements: AstElements;
|
|
1300
|
-
constructor();
|
|
1662
|
+
constructor(r: r);
|
|
1301
1663
|
}
|
|
1302
1664
|
export declare class ArithmeticLogic8Instruction_17 {
|
|
1303
1665
|
kind: ASTKinds.ArithmeticLogic8Instruction_17;
|
|
1304
|
-
|
|
1666
|
+
r: ixy8;
|
|
1305
1667
|
elements: AstElements;
|
|
1306
|
-
constructor(
|
|
1668
|
+
constructor(r: ixy8);
|
|
1307
1669
|
}
|
|
1308
1670
|
export declare class ArithmeticLogic8Instruction_18 {
|
|
1309
1671
|
kind: ASTKinds.ArithmeticLogic8Instruction_18;
|
|
1310
|
-
|
|
1672
|
+
pos: PosInfo;
|
|
1673
|
+
n: Expression;
|
|
1311
1674
|
elements: AstElements;
|
|
1312
|
-
constructor(
|
|
1675
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1313
1676
|
}
|
|
1314
1677
|
export declare class ArithmeticLogic8Instruction_19 {
|
|
1315
1678
|
kind: ASTKinds.ArithmeticLogic8Instruction_19;
|
|
1316
|
-
r: r;
|
|
1317
1679
|
elements: AstElements;
|
|
1318
|
-
constructor(
|
|
1680
|
+
constructor();
|
|
1319
1681
|
}
|
|
1320
1682
|
export declare class ArithmeticLogic8Instruction_20 {
|
|
1321
1683
|
kind: ASTKinds.ArithmeticLogic8Instruction_20;
|
|
1322
|
-
|
|
1323
|
-
n: Expression;
|
|
1684
|
+
i: IX;
|
|
1324
1685
|
elements: AstElements;
|
|
1325
|
-
constructor(
|
|
1686
|
+
constructor(i: IX);
|
|
1326
1687
|
}
|
|
1327
1688
|
export declare class ArithmeticLogic8Instruction_21 {
|
|
1328
1689
|
kind: ASTKinds.ArithmeticLogic8Instruction_21;
|
|
1690
|
+
i: IY;
|
|
1329
1691
|
elements: AstElements;
|
|
1330
|
-
constructor();
|
|
1692
|
+
constructor(i: IY);
|
|
1331
1693
|
}
|
|
1332
1694
|
export declare class ArithmeticLogic8Instruction_22 {
|
|
1333
1695
|
kind: ASTKinds.ArithmeticLogic8Instruction_22;
|
|
1334
|
-
|
|
1696
|
+
r: r;
|
|
1335
1697
|
elements: AstElements;
|
|
1336
|
-
constructor(
|
|
1698
|
+
constructor(r: r);
|
|
1337
1699
|
}
|
|
1338
1700
|
export declare class ArithmeticLogic8Instruction_23 {
|
|
1339
1701
|
kind: ASTKinds.ArithmeticLogic8Instruction_23;
|
|
1340
|
-
|
|
1702
|
+
r: ixy8;
|
|
1341
1703
|
elements: AstElements;
|
|
1342
|
-
constructor(
|
|
1704
|
+
constructor(r: ixy8);
|
|
1343
1705
|
}
|
|
1344
1706
|
export declare class ArithmeticLogic8Instruction_24 {
|
|
1345
1707
|
kind: ASTKinds.ArithmeticLogic8Instruction_24;
|
|
1346
|
-
|
|
1708
|
+
pos: PosInfo;
|
|
1709
|
+
n: Expression;
|
|
1347
1710
|
elements: AstElements;
|
|
1348
|
-
constructor(
|
|
1711
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1349
1712
|
}
|
|
1350
1713
|
export declare class ArithmeticLogic8Instruction_25 {
|
|
1351
1714
|
kind: ASTKinds.ArithmeticLogic8Instruction_25;
|
|
1352
|
-
pos: PosInfo;
|
|
1353
|
-
n: Expression;
|
|
1354
1715
|
elements: AstElements;
|
|
1355
|
-
constructor(
|
|
1716
|
+
constructor();
|
|
1356
1717
|
}
|
|
1357
1718
|
export declare class ArithmeticLogic8Instruction_26 {
|
|
1358
1719
|
kind: ASTKinds.ArithmeticLogic8Instruction_26;
|
|
1720
|
+
i: IX;
|
|
1359
1721
|
elements: AstElements;
|
|
1360
|
-
constructor();
|
|
1722
|
+
constructor(i: IX);
|
|
1361
1723
|
}
|
|
1362
1724
|
export declare class ArithmeticLogic8Instruction_27 {
|
|
1363
1725
|
kind: ASTKinds.ArithmeticLogic8Instruction_27;
|
|
1364
|
-
i:
|
|
1726
|
+
i: IY;
|
|
1365
1727
|
elements: AstElements;
|
|
1366
|
-
constructor(i:
|
|
1728
|
+
constructor(i: IY);
|
|
1367
1729
|
}
|
|
1368
1730
|
export declare class ArithmeticLogic8Instruction_28 {
|
|
1369
1731
|
kind: ASTKinds.ArithmeticLogic8Instruction_28;
|
|
1370
|
-
|
|
1732
|
+
r: r;
|
|
1371
1733
|
elements: AstElements;
|
|
1372
|
-
constructor(
|
|
1734
|
+
constructor(r: r);
|
|
1373
1735
|
}
|
|
1374
1736
|
export declare class ArithmeticLogic8Instruction_29 {
|
|
1375
1737
|
kind: ASTKinds.ArithmeticLogic8Instruction_29;
|
|
1376
|
-
r:
|
|
1738
|
+
r: ixy8;
|
|
1377
1739
|
elements: AstElements;
|
|
1378
|
-
constructor(r:
|
|
1740
|
+
constructor(r: ixy8);
|
|
1379
1741
|
}
|
|
1380
1742
|
export declare class ArithmeticLogic8Instruction_30 {
|
|
1381
1743
|
kind: ASTKinds.ArithmeticLogic8Instruction_30;
|
|
@@ -1409,36 +1771,84 @@ export declare class ArithmeticLogic8Instruction_34 {
|
|
|
1409
1771
|
}
|
|
1410
1772
|
export declare class ArithmeticLogic8Instruction_35 {
|
|
1411
1773
|
kind: ASTKinds.ArithmeticLogic8Instruction_35;
|
|
1412
|
-
|
|
1413
|
-
n: Expression;
|
|
1774
|
+
r: ixy8;
|
|
1414
1775
|
elements: AstElements;
|
|
1415
|
-
constructor(
|
|
1776
|
+
constructor(r: ixy8);
|
|
1416
1777
|
}
|
|
1417
1778
|
export declare class ArithmeticLogic8Instruction_36 {
|
|
1418
1779
|
kind: ASTKinds.ArithmeticLogic8Instruction_36;
|
|
1780
|
+
pos: PosInfo;
|
|
1781
|
+
n: Expression;
|
|
1419
1782
|
elements: AstElements;
|
|
1420
|
-
constructor();
|
|
1783
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1421
1784
|
}
|
|
1422
1785
|
export declare class ArithmeticLogic8Instruction_37 {
|
|
1423
1786
|
kind: ASTKinds.ArithmeticLogic8Instruction_37;
|
|
1424
|
-
i: IX;
|
|
1425
1787
|
elements: AstElements;
|
|
1426
|
-
constructor(
|
|
1788
|
+
constructor();
|
|
1427
1789
|
}
|
|
1428
1790
|
export declare class ArithmeticLogic8Instruction_38 {
|
|
1429
1791
|
kind: ASTKinds.ArithmeticLogic8Instruction_38;
|
|
1430
|
-
i:
|
|
1792
|
+
i: IX;
|
|
1431
1793
|
elements: AstElements;
|
|
1432
|
-
constructor(i:
|
|
1794
|
+
constructor(i: IX);
|
|
1433
1795
|
}
|
|
1434
1796
|
export declare class ArithmeticLogic8Instruction_39 {
|
|
1435
1797
|
kind: ASTKinds.ArithmeticLogic8Instruction_39;
|
|
1436
|
-
|
|
1798
|
+
i: IY;
|
|
1437
1799
|
elements: AstElements;
|
|
1438
|
-
constructor(
|
|
1800
|
+
constructor(i: IY);
|
|
1439
1801
|
}
|
|
1440
1802
|
export declare class ArithmeticLogic8Instruction_40 {
|
|
1441
1803
|
kind: ASTKinds.ArithmeticLogic8Instruction_40;
|
|
1804
|
+
r: r;
|
|
1805
|
+
elements: AstElements;
|
|
1806
|
+
constructor(r: r);
|
|
1807
|
+
}
|
|
1808
|
+
export declare class ArithmeticLogic8Instruction_41 {
|
|
1809
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_41;
|
|
1810
|
+
r: ixy8;
|
|
1811
|
+
elements: AstElements;
|
|
1812
|
+
constructor(r: ixy8);
|
|
1813
|
+
}
|
|
1814
|
+
export declare class ArithmeticLogic8Instruction_42 {
|
|
1815
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_42;
|
|
1816
|
+
pos: PosInfo;
|
|
1817
|
+
n: Expression;
|
|
1818
|
+
elements: AstElements;
|
|
1819
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1820
|
+
}
|
|
1821
|
+
export declare class ArithmeticLogic8Instruction_43 {
|
|
1822
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_43;
|
|
1823
|
+
elements: AstElements;
|
|
1824
|
+
constructor();
|
|
1825
|
+
}
|
|
1826
|
+
export declare class ArithmeticLogic8Instruction_44 {
|
|
1827
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_44;
|
|
1828
|
+
i: IX;
|
|
1829
|
+
elements: AstElements;
|
|
1830
|
+
constructor(i: IX);
|
|
1831
|
+
}
|
|
1832
|
+
export declare class ArithmeticLogic8Instruction_45 {
|
|
1833
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_45;
|
|
1834
|
+
i: IY;
|
|
1835
|
+
elements: AstElements;
|
|
1836
|
+
constructor(i: IY);
|
|
1837
|
+
}
|
|
1838
|
+
export declare class ArithmeticLogic8Instruction_46 {
|
|
1839
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_46;
|
|
1840
|
+
r: r;
|
|
1841
|
+
elements: AstElements;
|
|
1842
|
+
constructor(r: r);
|
|
1843
|
+
}
|
|
1844
|
+
export declare class ArithmeticLogic8Instruction_47 {
|
|
1845
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_47;
|
|
1846
|
+
r: ixy8;
|
|
1847
|
+
elements: AstElements;
|
|
1848
|
+
constructor(r: ixy8);
|
|
1849
|
+
}
|
|
1850
|
+
export declare class ArithmeticLogic8Instruction_48 {
|
|
1851
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_48;
|
|
1442
1852
|
pos: PosInfo;
|
|
1443
1853
|
n: Expression;
|
|
1444
1854
|
elements: AstElements;
|
|
@@ -1564,7 +1974,31 @@ export interface ArithmeticLogic8Instruction_$38 {
|
|
|
1564
1974
|
export interface ArithmeticLogic8Instruction_$39 {
|
|
1565
1975
|
kind: ASTKinds.ArithmeticLogic8Instruction_$39;
|
|
1566
1976
|
}
|
|
1567
|
-
export
|
|
1977
|
+
export interface ArithmeticLogic8Instruction_$40 {
|
|
1978
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$40;
|
|
1979
|
+
}
|
|
1980
|
+
export interface ArithmeticLogic8Instruction_$41 {
|
|
1981
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$41;
|
|
1982
|
+
}
|
|
1983
|
+
export interface ArithmeticLogic8Instruction_$42 {
|
|
1984
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$42;
|
|
1985
|
+
}
|
|
1986
|
+
export interface ArithmeticLogic8Instruction_$43 {
|
|
1987
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$43;
|
|
1988
|
+
}
|
|
1989
|
+
export interface ArithmeticLogic8Instruction_$44 {
|
|
1990
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$44;
|
|
1991
|
+
}
|
|
1992
|
+
export interface ArithmeticLogic8Instruction_$45 {
|
|
1993
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$45;
|
|
1994
|
+
}
|
|
1995
|
+
export interface ArithmeticLogic8Instruction_$46 {
|
|
1996
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$46;
|
|
1997
|
+
}
|
|
1998
|
+
export interface ArithmeticLogic8Instruction_$47 {
|
|
1999
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$47;
|
|
2000
|
+
}
|
|
2001
|
+
export type IncrementDecrement8Instruction = IncrementDecrement8Instruction_1 | IncrementDecrement8Instruction_2 | IncrementDecrement8Instruction_3 | IncrementDecrement8Instruction_4 | IncrementDecrement8Instruction_5 | IncrementDecrement8Instruction_6 | IncrementDecrement8Instruction_7 | IncrementDecrement8Instruction_8 | IncrementDecrement8Instruction_9 | IncrementDecrement8Instruction_10;
|
|
1568
2002
|
export declare class IncrementDecrement8Instruction_1 {
|
|
1569
2003
|
kind: ASTKinds.IncrementDecrement8Instruction_1;
|
|
1570
2004
|
r: r;
|
|
@@ -1573,44 +2007,62 @@ export declare class IncrementDecrement8Instruction_1 {
|
|
|
1573
2007
|
}
|
|
1574
2008
|
export declare class IncrementDecrement8Instruction_2 {
|
|
1575
2009
|
kind: ASTKinds.IncrementDecrement8Instruction_2;
|
|
2010
|
+
r: ixy8;
|
|
1576
2011
|
elements: AstElements;
|
|
1577
|
-
constructor();
|
|
2012
|
+
constructor(r: ixy8);
|
|
1578
2013
|
}
|
|
1579
2014
|
export declare class IncrementDecrement8Instruction_3 {
|
|
1580
2015
|
kind: ASTKinds.IncrementDecrement8Instruction_3;
|
|
1581
|
-
i: IX;
|
|
1582
2016
|
elements: AstElements;
|
|
1583
|
-
constructor(
|
|
2017
|
+
constructor();
|
|
1584
2018
|
}
|
|
1585
2019
|
export declare class IncrementDecrement8Instruction_4 {
|
|
1586
2020
|
kind: ASTKinds.IncrementDecrement8Instruction_4;
|
|
1587
|
-
i:
|
|
2021
|
+
i: IX;
|
|
1588
2022
|
elements: AstElements;
|
|
1589
|
-
constructor(i:
|
|
2023
|
+
constructor(i: IX);
|
|
1590
2024
|
}
|
|
1591
2025
|
export declare class IncrementDecrement8Instruction_5 {
|
|
1592
2026
|
kind: ASTKinds.IncrementDecrement8Instruction_5;
|
|
1593
|
-
|
|
2027
|
+
i: IY;
|
|
1594
2028
|
elements: AstElements;
|
|
1595
|
-
constructor(
|
|
2029
|
+
constructor(i: IY);
|
|
1596
2030
|
}
|
|
1597
2031
|
export declare class IncrementDecrement8Instruction_6 {
|
|
1598
2032
|
kind: ASTKinds.IncrementDecrement8Instruction_6;
|
|
2033
|
+
r: r;
|
|
1599
2034
|
elements: AstElements;
|
|
1600
|
-
constructor();
|
|
2035
|
+
constructor(r: r);
|
|
1601
2036
|
}
|
|
1602
2037
|
export declare class IncrementDecrement8Instruction_7 {
|
|
1603
2038
|
kind: ASTKinds.IncrementDecrement8Instruction_7;
|
|
1604
|
-
|
|
2039
|
+
r: ixy8;
|
|
1605
2040
|
elements: AstElements;
|
|
1606
|
-
constructor(
|
|
2041
|
+
constructor(r: ixy8);
|
|
1607
2042
|
}
|
|
1608
2043
|
export declare class IncrementDecrement8Instruction_8 {
|
|
1609
2044
|
kind: ASTKinds.IncrementDecrement8Instruction_8;
|
|
2045
|
+
elements: AstElements;
|
|
2046
|
+
constructor();
|
|
2047
|
+
}
|
|
2048
|
+
export declare class IncrementDecrement8Instruction_9 {
|
|
2049
|
+
kind: ASTKinds.IncrementDecrement8Instruction_9;
|
|
2050
|
+
i: IX;
|
|
2051
|
+
elements: AstElements;
|
|
2052
|
+
constructor(i: IX);
|
|
2053
|
+
}
|
|
2054
|
+
export declare class IncrementDecrement8Instruction_10 {
|
|
2055
|
+
kind: ASTKinds.IncrementDecrement8Instruction_10;
|
|
1610
2056
|
i: IY;
|
|
1611
2057
|
elements: AstElements;
|
|
1612
2058
|
constructor(i: IY);
|
|
1613
2059
|
}
|
|
2060
|
+
export interface IncrementDecrement8Instruction_$0 {
|
|
2061
|
+
kind: ASTKinds.IncrementDecrement8Instruction_$0;
|
|
2062
|
+
}
|
|
2063
|
+
export interface IncrementDecrement8Instruction_$1 {
|
|
2064
|
+
kind: ASTKinds.IncrementDecrement8Instruction_$1;
|
|
2065
|
+
}
|
|
1614
2066
|
export type GeneralPurposeArithmeticInstruction = GeneralPurposeArithmeticInstruction_1 | GeneralPurposeArithmeticInstruction_2 | GeneralPurposeArithmeticInstruction_3 | GeneralPurposeArithmeticInstruction_4 | GeneralPurposeArithmeticInstruction_5;
|
|
1615
2067
|
export declare class GeneralPurposeArithmeticInstruction_1 {
|
|
1616
2068
|
kind: ASTKinds.GeneralPurposeArithmeticInstruction_1;
|
|
@@ -1671,63 +2123,303 @@ export declare class ArithmeticLogic16Instruction_1 {
|
|
|
1671
2123
|
elements: AstElements;
|
|
1672
2124
|
constructor(ss: ss);
|
|
1673
2125
|
}
|
|
1674
|
-
export declare class ArithmeticLogic16Instruction_2 {
|
|
1675
|
-
kind: ASTKinds.ArithmeticLogic16Instruction_2;
|
|
1676
|
-
ss: ss;
|
|
2126
|
+
export declare class ArithmeticLogic16Instruction_2 {
|
|
2127
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_2;
|
|
2128
|
+
ss: ss;
|
|
2129
|
+
elements: AstElements;
|
|
2130
|
+
constructor(ss: ss);
|
|
2131
|
+
}
|
|
2132
|
+
export declare class ArithmeticLogic16Instruction_3 {
|
|
2133
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_3;
|
|
2134
|
+
ss: ss;
|
|
2135
|
+
elements: AstElements;
|
|
2136
|
+
constructor(ss: ss);
|
|
2137
|
+
}
|
|
2138
|
+
export declare class ArithmeticLogic16Instruction_4 {
|
|
2139
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_4;
|
|
2140
|
+
pp: pp;
|
|
2141
|
+
elements: AstElements;
|
|
2142
|
+
constructor(pp: pp);
|
|
2143
|
+
}
|
|
2144
|
+
export declare class ArithmeticLogic16Instruction_5 {
|
|
2145
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_5;
|
|
2146
|
+
rr: rr;
|
|
2147
|
+
elements: AstElements;
|
|
2148
|
+
constructor(rr: rr);
|
|
2149
|
+
}
|
|
2150
|
+
export declare class ArithmeticLogic16Instruction_6 {
|
|
2151
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_6;
|
|
2152
|
+
ss: ss;
|
|
2153
|
+
elements: AstElements;
|
|
2154
|
+
constructor(ss: ss);
|
|
2155
|
+
}
|
|
2156
|
+
export declare class ArithmeticLogic16Instruction_7 {
|
|
2157
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_7;
|
|
2158
|
+
elements: AstElements;
|
|
2159
|
+
constructor();
|
|
2160
|
+
}
|
|
2161
|
+
export declare class ArithmeticLogic16Instruction_8 {
|
|
2162
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_8;
|
|
2163
|
+
elements: AstElements;
|
|
2164
|
+
constructor();
|
|
2165
|
+
}
|
|
2166
|
+
export declare class ArithmeticLogic16Instruction_9 {
|
|
2167
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_9;
|
|
2168
|
+
ss: ss;
|
|
2169
|
+
elements: AstElements;
|
|
2170
|
+
constructor(ss: ss);
|
|
2171
|
+
}
|
|
2172
|
+
export declare class ArithmeticLogic16Instruction_10 {
|
|
2173
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_10;
|
|
2174
|
+
elements: AstElements;
|
|
2175
|
+
constructor();
|
|
2176
|
+
}
|
|
2177
|
+
export declare class ArithmeticLogic16Instruction_11 {
|
|
2178
|
+
kind: ASTKinds.ArithmeticLogic16Instruction_11;
|
|
2179
|
+
elements: AstElements;
|
|
2180
|
+
constructor();
|
|
2181
|
+
}
|
|
2182
|
+
export type FakeArithmetic16Instruction = FakeArithmetic16Instruction_1 | FakeArithmetic16Instruction_2 | FakeArithmetic16Instruction_3 | FakeArithmetic16Instruction_4 | FakeArithmetic16Instruction_5;
|
|
2183
|
+
export declare class FakeArithmetic16Instruction_1 {
|
|
2184
|
+
kind: ASTKinds.FakeArithmetic16Instruction_1;
|
|
2185
|
+
ss: ss;
|
|
2186
|
+
elements: AstElements;
|
|
2187
|
+
constructor(ss: ss);
|
|
2188
|
+
}
|
|
2189
|
+
export declare class FakeArithmetic16Instruction_2 {
|
|
2190
|
+
kind: ASTKinds.FakeArithmetic16Instruction_2;
|
|
2191
|
+
ss: ss;
|
|
2192
|
+
elements: AstElements;
|
|
2193
|
+
constructor(ss: ss);
|
|
2194
|
+
}
|
|
2195
|
+
export declare class FakeArithmetic16Instruction_3 {
|
|
2196
|
+
kind: ASTKinds.FakeArithmetic16Instruction_3;
|
|
2197
|
+
ss: ss;
|
|
2198
|
+
elements: AstElements;
|
|
2199
|
+
constructor(ss: ss);
|
|
2200
|
+
}
|
|
2201
|
+
export declare class FakeArithmetic16Instruction_4 {
|
|
2202
|
+
kind: ASTKinds.FakeArithmetic16Instruction_4;
|
|
2203
|
+
ss: ss;
|
|
2204
|
+
elements: AstElements;
|
|
2205
|
+
constructor(ss: ss);
|
|
2206
|
+
}
|
|
2207
|
+
export declare class FakeArithmetic16Instruction_5 {
|
|
2208
|
+
kind: ASTKinds.FakeArithmetic16Instruction_5;
|
|
2209
|
+
ss: ss;
|
|
2210
|
+
elements: AstElements;
|
|
2211
|
+
constructor(ss: ss);
|
|
2212
|
+
}
|
|
2213
|
+
export type FakeLoadIncrement16Instruction = FakeLoadIncrement16Instruction_1 | FakeLoadIncrement16Instruction_2 | FakeLoadIncrement16Instruction_3 | FakeLoadIncrement16Instruction_4 | FakeLoadIncrement16Instruction_5 | FakeLoadIncrement16Instruction_6;
|
|
2214
|
+
export declare class FakeLoadIncrement16Instruction_1 {
|
|
2215
|
+
kind: ASTKinds.FakeLoadIncrement16Instruction_1;
|
|
2216
|
+
qq: qq;
|
|
2217
|
+
elements: AstElements;
|
|
2218
|
+
constructor(qq: qq);
|
|
2219
|
+
}
|
|
2220
|
+
export declare class FakeLoadIncrement16Instruction_2 {
|
|
2221
|
+
kind: ASTKinds.FakeLoadIncrement16Instruction_2;
|
|
2222
|
+
qq: qq;
|
|
2223
|
+
i: IX;
|
|
2224
|
+
elements: AstElements;
|
|
2225
|
+
constructor(qq: qq, i: IX);
|
|
2226
|
+
}
|
|
2227
|
+
export declare class FakeLoadIncrement16Instruction_3 {
|
|
2228
|
+
kind: ASTKinds.FakeLoadIncrement16Instruction_3;
|
|
2229
|
+
qq: qq;
|
|
2230
|
+
i: IY;
|
|
2231
|
+
elements: AstElements;
|
|
2232
|
+
constructor(qq: qq, i: IY);
|
|
2233
|
+
}
|
|
2234
|
+
export declare class FakeLoadIncrement16Instruction_4 {
|
|
2235
|
+
kind: ASTKinds.FakeLoadIncrement16Instruction_4;
|
|
2236
|
+
qq: qq;
|
|
2237
|
+
elements: AstElements;
|
|
2238
|
+
constructor(qq: qq);
|
|
2239
|
+
}
|
|
2240
|
+
export declare class FakeLoadIncrement16Instruction_5 {
|
|
2241
|
+
kind: ASTKinds.FakeLoadIncrement16Instruction_5;
|
|
2242
|
+
i: IX;
|
|
2243
|
+
qq: qq;
|
|
2244
|
+
elements: AstElements;
|
|
2245
|
+
constructor(i: IX, qq: qq);
|
|
2246
|
+
}
|
|
2247
|
+
export declare class FakeLoadIncrement16Instruction_6 {
|
|
2248
|
+
kind: ASTKinds.FakeLoadIncrement16Instruction_6;
|
|
2249
|
+
i: IY;
|
|
2250
|
+
qq: qq;
|
|
2251
|
+
elements: AstElements;
|
|
2252
|
+
constructor(i: IY, qq: qq);
|
|
2253
|
+
}
|
|
2254
|
+
export type FakeLoadIncrement8Instruction = FakeLoadIncrement8Instruction_1 | FakeLoadIncrement8Instruction_2 | FakeLoadIncrement8Instruction_3 | FakeLoadIncrement8Instruction_4 | FakeLoadIncrement8Instruction_5 | FakeLoadIncrement8Instruction_6 | FakeLoadIncrement8Instruction_7 | FakeLoadIncrement8Instruction_8 | FakeLoadIncrement8Instruction_9 | FakeLoadIncrement8Instruction_10 | FakeLoadIncrement8Instruction_11 | FakeLoadIncrement8Instruction_12 | FakeLoadIncrement8Instruction_13;
|
|
2255
|
+
export declare class FakeLoadIncrement8Instruction_1 {
|
|
2256
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_1;
|
|
2257
|
+
elements: AstElements;
|
|
2258
|
+
constructor();
|
|
2259
|
+
}
|
|
2260
|
+
export declare class FakeLoadIncrement8Instruction_2 {
|
|
2261
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_2;
|
|
2262
|
+
elements: AstElements;
|
|
2263
|
+
constructor();
|
|
2264
|
+
}
|
|
2265
|
+
export declare class FakeLoadIncrement8Instruction_3 {
|
|
2266
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_3;
|
|
2267
|
+
r: r;
|
|
2268
|
+
elements: AstElements;
|
|
2269
|
+
constructor(r: r);
|
|
2270
|
+
}
|
|
2271
|
+
export declare class FakeLoadIncrement8Instruction_4 {
|
|
2272
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_4;
|
|
2273
|
+
r: r;
|
|
2274
|
+
i: IX;
|
|
2275
|
+
elements: AstElements;
|
|
2276
|
+
constructor(r: r, i: IX);
|
|
2277
|
+
}
|
|
2278
|
+
export declare class FakeLoadIncrement8Instruction_5 {
|
|
2279
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_5;
|
|
2280
|
+
r: r;
|
|
2281
|
+
i: IY;
|
|
2282
|
+
elements: AstElements;
|
|
2283
|
+
constructor(r: r, i: IY);
|
|
2284
|
+
}
|
|
2285
|
+
export declare class FakeLoadIncrement8Instruction_6 {
|
|
2286
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_6;
|
|
2287
|
+
elements: AstElements;
|
|
2288
|
+
constructor();
|
|
2289
|
+
}
|
|
2290
|
+
export declare class FakeLoadIncrement8Instruction_7 {
|
|
2291
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_7;
|
|
2292
|
+
elements: AstElements;
|
|
2293
|
+
constructor();
|
|
2294
|
+
}
|
|
2295
|
+
export declare class FakeLoadIncrement8Instruction_8 {
|
|
2296
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_8;
|
|
2297
|
+
r: r;
|
|
2298
|
+
elements: AstElements;
|
|
2299
|
+
constructor(r: r);
|
|
2300
|
+
}
|
|
2301
|
+
export declare class FakeLoadIncrement8Instruction_9 {
|
|
2302
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_9;
|
|
2303
|
+
i: IX;
|
|
2304
|
+
r: r;
|
|
2305
|
+
elements: AstElements;
|
|
2306
|
+
constructor(i: IX, r: r);
|
|
2307
|
+
}
|
|
2308
|
+
export declare class FakeLoadIncrement8Instruction_10 {
|
|
2309
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_10;
|
|
2310
|
+
i: IY;
|
|
2311
|
+
r: r;
|
|
2312
|
+
elements: AstElements;
|
|
2313
|
+
constructor(i: IY, r: r);
|
|
2314
|
+
}
|
|
2315
|
+
export declare class FakeLoadIncrement8Instruction_11 {
|
|
2316
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_11;
|
|
2317
|
+
pos: PosInfo;
|
|
2318
|
+
n: Expression;
|
|
2319
|
+
elements: AstElements;
|
|
2320
|
+
constructor(pos: PosInfo, n: Expression);
|
|
2321
|
+
}
|
|
2322
|
+
export declare class FakeLoadIncrement8Instruction_12 {
|
|
2323
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_12;
|
|
2324
|
+
i: IX;
|
|
2325
|
+
pos: PosInfo;
|
|
2326
|
+
n: Expression;
|
|
2327
|
+
elements: AstElements;
|
|
2328
|
+
constructor(i: IX, pos: PosInfo, n: Expression);
|
|
2329
|
+
}
|
|
2330
|
+
export declare class FakeLoadIncrement8Instruction_13 {
|
|
2331
|
+
kind: ASTKinds.FakeLoadIncrement8Instruction_13;
|
|
2332
|
+
i: IY;
|
|
2333
|
+
pos: PosInfo;
|
|
2334
|
+
n: Expression;
|
|
2335
|
+
elements: AstElements;
|
|
2336
|
+
constructor(i: IY, pos: PosInfo, n: Expression);
|
|
2337
|
+
}
|
|
2338
|
+
export type FakeLoadDecrement8Instruction = FakeLoadDecrement8Instruction_1 | FakeLoadDecrement8Instruction_2 | FakeLoadDecrement8Instruction_3 | FakeLoadDecrement8Instruction_4 | FakeLoadDecrement8Instruction_5 | FakeLoadDecrement8Instruction_6 | FakeLoadDecrement8Instruction_7 | FakeLoadDecrement8Instruction_8 | FakeLoadDecrement8Instruction_9 | FakeLoadDecrement8Instruction_10 | FakeLoadDecrement8Instruction_11 | FakeLoadDecrement8Instruction_12 | FakeLoadDecrement8Instruction_13;
|
|
2339
|
+
export declare class FakeLoadDecrement8Instruction_1 {
|
|
2340
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_1;
|
|
1677
2341
|
elements: AstElements;
|
|
1678
|
-
constructor(
|
|
2342
|
+
constructor();
|
|
1679
2343
|
}
|
|
1680
|
-
export declare class
|
|
1681
|
-
kind: ASTKinds.
|
|
1682
|
-
ss: ss;
|
|
2344
|
+
export declare class FakeLoadDecrement8Instruction_2 {
|
|
2345
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_2;
|
|
1683
2346
|
elements: AstElements;
|
|
1684
|
-
constructor(
|
|
2347
|
+
constructor();
|
|
1685
2348
|
}
|
|
1686
|
-
export declare class
|
|
1687
|
-
kind: ASTKinds.
|
|
1688
|
-
|
|
2349
|
+
export declare class FakeLoadDecrement8Instruction_3 {
|
|
2350
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_3;
|
|
2351
|
+
r: r;
|
|
1689
2352
|
elements: AstElements;
|
|
1690
|
-
constructor(
|
|
2353
|
+
constructor(r: r);
|
|
1691
2354
|
}
|
|
1692
|
-
export declare class
|
|
1693
|
-
kind: ASTKinds.
|
|
1694
|
-
|
|
2355
|
+
export declare class FakeLoadDecrement8Instruction_4 {
|
|
2356
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_4;
|
|
2357
|
+
r: r;
|
|
2358
|
+
i: IX;
|
|
1695
2359
|
elements: AstElements;
|
|
1696
|
-
constructor(
|
|
2360
|
+
constructor(r: r, i: IX);
|
|
1697
2361
|
}
|
|
1698
|
-
export declare class
|
|
1699
|
-
kind: ASTKinds.
|
|
1700
|
-
|
|
2362
|
+
export declare class FakeLoadDecrement8Instruction_5 {
|
|
2363
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_5;
|
|
2364
|
+
r: r;
|
|
2365
|
+
i: IY;
|
|
1701
2366
|
elements: AstElements;
|
|
1702
|
-
constructor(
|
|
2367
|
+
constructor(r: r, i: IY);
|
|
1703
2368
|
}
|
|
1704
|
-
export declare class
|
|
1705
|
-
kind: ASTKinds.
|
|
2369
|
+
export declare class FakeLoadDecrement8Instruction_6 {
|
|
2370
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_6;
|
|
1706
2371
|
elements: AstElements;
|
|
1707
2372
|
constructor();
|
|
1708
2373
|
}
|
|
1709
|
-
export declare class
|
|
1710
|
-
kind: ASTKinds.
|
|
2374
|
+
export declare class FakeLoadDecrement8Instruction_7 {
|
|
2375
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_7;
|
|
1711
2376
|
elements: AstElements;
|
|
1712
2377
|
constructor();
|
|
1713
2378
|
}
|
|
1714
|
-
export declare class
|
|
1715
|
-
kind: ASTKinds.
|
|
1716
|
-
|
|
2379
|
+
export declare class FakeLoadDecrement8Instruction_8 {
|
|
2380
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_8;
|
|
2381
|
+
r: r;
|
|
1717
2382
|
elements: AstElements;
|
|
1718
|
-
constructor(
|
|
2383
|
+
constructor(r: r);
|
|
1719
2384
|
}
|
|
1720
|
-
export declare class
|
|
1721
|
-
kind: ASTKinds.
|
|
2385
|
+
export declare class FakeLoadDecrement8Instruction_9 {
|
|
2386
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_9;
|
|
2387
|
+
i: IX;
|
|
2388
|
+
r: r;
|
|
1722
2389
|
elements: AstElements;
|
|
1723
|
-
constructor();
|
|
2390
|
+
constructor(i: IX, r: r);
|
|
1724
2391
|
}
|
|
1725
|
-
export declare class
|
|
1726
|
-
kind: ASTKinds.
|
|
2392
|
+
export declare class FakeLoadDecrement8Instruction_10 {
|
|
2393
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_10;
|
|
2394
|
+
i: IY;
|
|
2395
|
+
r: r;
|
|
1727
2396
|
elements: AstElements;
|
|
1728
|
-
constructor();
|
|
2397
|
+
constructor(i: IY, r: r);
|
|
2398
|
+
}
|
|
2399
|
+
export declare class FakeLoadDecrement8Instruction_11 {
|
|
2400
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_11;
|
|
2401
|
+
pos: PosInfo;
|
|
2402
|
+
n: Expression;
|
|
2403
|
+
elements: AstElements;
|
|
2404
|
+
constructor(pos: PosInfo, n: Expression);
|
|
2405
|
+
}
|
|
2406
|
+
export declare class FakeLoadDecrement8Instruction_12 {
|
|
2407
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_12;
|
|
2408
|
+
i: IX;
|
|
2409
|
+
pos: PosInfo;
|
|
2410
|
+
n: Expression;
|
|
2411
|
+
elements: AstElements;
|
|
2412
|
+
constructor(i: IX, pos: PosInfo, n: Expression);
|
|
1729
2413
|
}
|
|
1730
|
-
export
|
|
2414
|
+
export declare class FakeLoadDecrement8Instruction_13 {
|
|
2415
|
+
kind: ASTKinds.FakeLoadDecrement8Instruction_13;
|
|
2416
|
+
i: IY;
|
|
2417
|
+
pos: PosInfo;
|
|
2418
|
+
n: Expression;
|
|
2419
|
+
elements: AstElements;
|
|
2420
|
+
constructor(i: IY, pos: PosInfo, n: Expression);
|
|
2421
|
+
}
|
|
2422
|
+
export type RotateShiftInstruction = RotateShiftInstruction_1 | RotateShiftInstruction_2 | RotateShiftInstruction_3 | RotateShiftInstruction_4 | RotateShiftInstruction_5 | RotateShiftInstruction_6 | RotateShiftInstruction_7 | RotateShiftInstruction_8 | RotateShiftInstruction_9 | RotateShiftInstruction_10 | RotateShiftInstruction_11 | RotateShiftInstruction_12 | RotateShiftInstruction_13 | RotateShiftInstruction_14 | RotateShiftInstruction_15 | RotateShiftInstruction_16 | RotateShiftInstruction_17 | RotateShiftInstruction_18 | RotateShiftInstruction_19 | RotateShiftInstruction_20 | RotateShiftInstruction_21 | RotateShiftInstruction_22 | RotateShiftInstruction_23 | RotateShiftInstruction_24 | RotateShiftInstruction_25 | RotateShiftInstruction_26 | RotateShiftInstruction_27 | RotateShiftInstruction_28 | RotateShiftInstruction_29 | RotateShiftInstruction_30 | RotateShiftInstruction_31 | RotateShiftInstruction_32 | RotateShiftInstruction_33 | RotateShiftInstruction_34 | RotateShiftInstruction_35 | RotateShiftInstruction_36 | RotateShiftInstruction_37 | RotateShiftInstruction_38 | RotateShiftInstruction_39 | RotateShiftInstruction_40 | RotateShiftInstruction_41 | RotateShiftInstruction_42 | RotateShiftInstruction_43 | RotateShiftInstruction_44 | RotateShiftInstruction_45 | RotateShiftInstruction_46 | RotateShiftInstruction_47 | RotateShiftInstruction_48 | RotateShiftInstruction_49 | RotateShiftInstruction_50 | RotateShiftInstruction_51 | RotateShiftInstruction_52;
|
|
1731
2423
|
export declare class RotateShiftInstruction_1 {
|
|
1732
2424
|
kind: ASTKinds.RotateShiftInstruction_1;
|
|
1733
2425
|
elements: AstElements;
|
|
@@ -1790,55 +2482,60 @@ export declare class RotateShiftInstruction_11 {
|
|
|
1790
2482
|
}
|
|
1791
2483
|
export declare class RotateShiftInstruction_12 {
|
|
1792
2484
|
kind: ASTKinds.RotateShiftInstruction_12;
|
|
1793
|
-
i:
|
|
2485
|
+
i: IX;
|
|
2486
|
+
r: r;
|
|
1794
2487
|
elements: AstElements;
|
|
1795
|
-
constructor(i:
|
|
2488
|
+
constructor(i: IX, r: r);
|
|
1796
2489
|
}
|
|
1797
2490
|
export declare class RotateShiftInstruction_13 {
|
|
1798
2491
|
kind: ASTKinds.RotateShiftInstruction_13;
|
|
1799
|
-
|
|
2492
|
+
i: IY;
|
|
1800
2493
|
elements: AstElements;
|
|
1801
|
-
constructor(
|
|
2494
|
+
constructor(i: IY);
|
|
1802
2495
|
}
|
|
1803
2496
|
export declare class RotateShiftInstruction_14 {
|
|
1804
2497
|
kind: ASTKinds.RotateShiftInstruction_14;
|
|
2498
|
+
i: IY;
|
|
2499
|
+
r: r;
|
|
1805
2500
|
elements: AstElements;
|
|
1806
|
-
constructor();
|
|
2501
|
+
constructor(i: IY, r: r);
|
|
1807
2502
|
}
|
|
1808
2503
|
export declare class RotateShiftInstruction_15 {
|
|
1809
2504
|
kind: ASTKinds.RotateShiftInstruction_15;
|
|
1810
|
-
|
|
2505
|
+
r: r;
|
|
1811
2506
|
elements: AstElements;
|
|
1812
|
-
constructor(
|
|
2507
|
+
constructor(r: r);
|
|
1813
2508
|
}
|
|
1814
2509
|
export declare class RotateShiftInstruction_16 {
|
|
1815
2510
|
kind: ASTKinds.RotateShiftInstruction_16;
|
|
1816
|
-
i: IY;
|
|
1817
2511
|
elements: AstElements;
|
|
1818
|
-
constructor(
|
|
2512
|
+
constructor();
|
|
1819
2513
|
}
|
|
1820
2514
|
export declare class RotateShiftInstruction_17 {
|
|
1821
2515
|
kind: ASTKinds.RotateShiftInstruction_17;
|
|
1822
|
-
|
|
2516
|
+
i: IX;
|
|
1823
2517
|
elements: AstElements;
|
|
1824
|
-
constructor(
|
|
2518
|
+
constructor(i: IX);
|
|
1825
2519
|
}
|
|
1826
2520
|
export declare class RotateShiftInstruction_18 {
|
|
1827
2521
|
kind: ASTKinds.RotateShiftInstruction_18;
|
|
2522
|
+
i: IX;
|
|
2523
|
+
r: r;
|
|
1828
2524
|
elements: AstElements;
|
|
1829
|
-
constructor();
|
|
2525
|
+
constructor(i: IX, r: r);
|
|
1830
2526
|
}
|
|
1831
2527
|
export declare class RotateShiftInstruction_19 {
|
|
1832
2528
|
kind: ASTKinds.RotateShiftInstruction_19;
|
|
1833
|
-
i:
|
|
2529
|
+
i: IY;
|
|
1834
2530
|
elements: AstElements;
|
|
1835
|
-
constructor(i:
|
|
2531
|
+
constructor(i: IY);
|
|
1836
2532
|
}
|
|
1837
2533
|
export declare class RotateShiftInstruction_20 {
|
|
1838
2534
|
kind: ASTKinds.RotateShiftInstruction_20;
|
|
1839
2535
|
i: IY;
|
|
2536
|
+
r: r;
|
|
1840
2537
|
elements: AstElements;
|
|
1841
|
-
constructor(i: IY);
|
|
2538
|
+
constructor(i: IY, r: r);
|
|
1842
2539
|
}
|
|
1843
2540
|
export declare class RotateShiftInstruction_21 {
|
|
1844
2541
|
kind: ASTKinds.RotateShiftInstruction_21;
|
|
@@ -1859,66 +2556,240 @@ export declare class RotateShiftInstruction_23 {
|
|
|
1859
2556
|
}
|
|
1860
2557
|
export declare class RotateShiftInstruction_24 {
|
|
1861
2558
|
kind: ASTKinds.RotateShiftInstruction_24;
|
|
1862
|
-
i:
|
|
2559
|
+
i: IX;
|
|
2560
|
+
r: r;
|
|
1863
2561
|
elements: AstElements;
|
|
1864
|
-
constructor(i:
|
|
2562
|
+
constructor(i: IX, r: r);
|
|
1865
2563
|
}
|
|
1866
2564
|
export declare class RotateShiftInstruction_25 {
|
|
1867
2565
|
kind: ASTKinds.RotateShiftInstruction_25;
|
|
1868
|
-
|
|
2566
|
+
i: IY;
|
|
1869
2567
|
elements: AstElements;
|
|
1870
|
-
constructor(
|
|
2568
|
+
constructor(i: IY);
|
|
1871
2569
|
}
|
|
1872
2570
|
export declare class RotateShiftInstruction_26 {
|
|
1873
2571
|
kind: ASTKinds.RotateShiftInstruction_26;
|
|
2572
|
+
i: IY;
|
|
2573
|
+
r: r;
|
|
1874
2574
|
elements: AstElements;
|
|
1875
|
-
constructor();
|
|
2575
|
+
constructor(i: IY, r: r);
|
|
1876
2576
|
}
|
|
1877
2577
|
export declare class RotateShiftInstruction_27 {
|
|
1878
2578
|
kind: ASTKinds.RotateShiftInstruction_27;
|
|
1879
|
-
|
|
2579
|
+
r: r;
|
|
1880
2580
|
elements: AstElements;
|
|
1881
|
-
constructor(
|
|
2581
|
+
constructor(r: r);
|
|
1882
2582
|
}
|
|
1883
2583
|
export declare class RotateShiftInstruction_28 {
|
|
1884
2584
|
kind: ASTKinds.RotateShiftInstruction_28;
|
|
1885
|
-
i: IY;
|
|
1886
2585
|
elements: AstElements;
|
|
1887
|
-
constructor(
|
|
2586
|
+
constructor();
|
|
1888
2587
|
}
|
|
1889
2588
|
export declare class RotateShiftInstruction_29 {
|
|
1890
2589
|
kind: ASTKinds.RotateShiftInstruction_29;
|
|
1891
|
-
|
|
2590
|
+
i: IX;
|
|
1892
2591
|
elements: AstElements;
|
|
1893
|
-
constructor(
|
|
2592
|
+
constructor(i: IX);
|
|
1894
2593
|
}
|
|
1895
2594
|
export declare class RotateShiftInstruction_30 {
|
|
1896
2595
|
kind: ASTKinds.RotateShiftInstruction_30;
|
|
2596
|
+
i: IX;
|
|
2597
|
+
r: r;
|
|
1897
2598
|
elements: AstElements;
|
|
1898
|
-
constructor();
|
|
2599
|
+
constructor(i: IX, r: r);
|
|
1899
2600
|
}
|
|
1900
2601
|
export declare class RotateShiftInstruction_31 {
|
|
1901
2602
|
kind: ASTKinds.RotateShiftInstruction_31;
|
|
1902
|
-
i:
|
|
2603
|
+
i: IY;
|
|
1903
2604
|
elements: AstElements;
|
|
1904
|
-
constructor(i:
|
|
2605
|
+
constructor(i: IY);
|
|
1905
2606
|
}
|
|
1906
2607
|
export declare class RotateShiftInstruction_32 {
|
|
1907
2608
|
kind: ASTKinds.RotateShiftInstruction_32;
|
|
1908
2609
|
i: IY;
|
|
2610
|
+
r: r;
|
|
1909
2611
|
elements: AstElements;
|
|
1910
|
-
constructor(i: IY);
|
|
2612
|
+
constructor(i: IY, r: r);
|
|
1911
2613
|
}
|
|
1912
2614
|
export declare class RotateShiftInstruction_33 {
|
|
1913
2615
|
kind: ASTKinds.RotateShiftInstruction_33;
|
|
2616
|
+
r: r;
|
|
1914
2617
|
elements: AstElements;
|
|
1915
|
-
constructor();
|
|
2618
|
+
constructor(r: r);
|
|
1916
2619
|
}
|
|
1917
2620
|
export declare class RotateShiftInstruction_34 {
|
|
1918
2621
|
kind: ASTKinds.RotateShiftInstruction_34;
|
|
1919
2622
|
elements: AstElements;
|
|
1920
2623
|
constructor();
|
|
1921
2624
|
}
|
|
2625
|
+
export declare class RotateShiftInstruction_35 {
|
|
2626
|
+
kind: ASTKinds.RotateShiftInstruction_35;
|
|
2627
|
+
i: IX;
|
|
2628
|
+
elements: AstElements;
|
|
2629
|
+
constructor(i: IX);
|
|
2630
|
+
}
|
|
2631
|
+
export declare class RotateShiftInstruction_36 {
|
|
2632
|
+
kind: ASTKinds.RotateShiftInstruction_36;
|
|
2633
|
+
i: IX;
|
|
2634
|
+
r: r;
|
|
2635
|
+
elements: AstElements;
|
|
2636
|
+
constructor(i: IX, r: r);
|
|
2637
|
+
}
|
|
2638
|
+
export declare class RotateShiftInstruction_37 {
|
|
2639
|
+
kind: ASTKinds.RotateShiftInstruction_37;
|
|
2640
|
+
i: IY;
|
|
2641
|
+
elements: AstElements;
|
|
2642
|
+
constructor(i: IY);
|
|
2643
|
+
}
|
|
2644
|
+
export declare class RotateShiftInstruction_38 {
|
|
2645
|
+
kind: ASTKinds.RotateShiftInstruction_38;
|
|
2646
|
+
i: IY;
|
|
2647
|
+
r: r;
|
|
2648
|
+
elements: AstElements;
|
|
2649
|
+
constructor(i: IY, r: r);
|
|
2650
|
+
}
|
|
2651
|
+
export declare class RotateShiftInstruction_39 {
|
|
2652
|
+
kind: ASTKinds.RotateShiftInstruction_39;
|
|
2653
|
+
r: r;
|
|
2654
|
+
elements: AstElements;
|
|
2655
|
+
constructor(r: r);
|
|
2656
|
+
}
|
|
2657
|
+
export declare class RotateShiftInstruction_40 {
|
|
2658
|
+
kind: ASTKinds.RotateShiftInstruction_40;
|
|
2659
|
+
elements: AstElements;
|
|
2660
|
+
constructor();
|
|
2661
|
+
}
|
|
2662
|
+
export declare class RotateShiftInstruction_41 {
|
|
2663
|
+
kind: ASTKinds.RotateShiftInstruction_41;
|
|
2664
|
+
i: IX;
|
|
2665
|
+
elements: AstElements;
|
|
2666
|
+
constructor(i: IX);
|
|
2667
|
+
}
|
|
2668
|
+
export declare class RotateShiftInstruction_42 {
|
|
2669
|
+
kind: ASTKinds.RotateShiftInstruction_42;
|
|
2670
|
+
i: IX;
|
|
2671
|
+
r: r;
|
|
2672
|
+
elements: AstElements;
|
|
2673
|
+
constructor(i: IX, r: r);
|
|
2674
|
+
}
|
|
2675
|
+
export declare class RotateShiftInstruction_43 {
|
|
2676
|
+
kind: ASTKinds.RotateShiftInstruction_43;
|
|
2677
|
+
i: IY;
|
|
2678
|
+
elements: AstElements;
|
|
2679
|
+
constructor(i: IY);
|
|
2680
|
+
}
|
|
2681
|
+
export declare class RotateShiftInstruction_44 {
|
|
2682
|
+
kind: ASTKinds.RotateShiftInstruction_44;
|
|
2683
|
+
i: IY;
|
|
2684
|
+
r: r;
|
|
2685
|
+
elements: AstElements;
|
|
2686
|
+
constructor(i: IY, r: r);
|
|
2687
|
+
}
|
|
2688
|
+
export declare class RotateShiftInstruction_45 {
|
|
2689
|
+
kind: ASTKinds.RotateShiftInstruction_45;
|
|
2690
|
+
r: r;
|
|
2691
|
+
elements: AstElements;
|
|
2692
|
+
constructor(r: r);
|
|
2693
|
+
}
|
|
2694
|
+
export declare class RotateShiftInstruction_46 {
|
|
2695
|
+
kind: ASTKinds.RotateShiftInstruction_46;
|
|
2696
|
+
elements: AstElements;
|
|
2697
|
+
constructor();
|
|
2698
|
+
}
|
|
2699
|
+
export declare class RotateShiftInstruction_47 {
|
|
2700
|
+
kind: ASTKinds.RotateShiftInstruction_47;
|
|
2701
|
+
i: IX;
|
|
2702
|
+
elements: AstElements;
|
|
2703
|
+
constructor(i: IX);
|
|
2704
|
+
}
|
|
2705
|
+
export declare class RotateShiftInstruction_48 {
|
|
2706
|
+
kind: ASTKinds.RotateShiftInstruction_48;
|
|
2707
|
+
i: IX;
|
|
2708
|
+
r: r;
|
|
2709
|
+
elements: AstElements;
|
|
2710
|
+
constructor(i: IX, r: r);
|
|
2711
|
+
}
|
|
2712
|
+
export declare class RotateShiftInstruction_49 {
|
|
2713
|
+
kind: ASTKinds.RotateShiftInstruction_49;
|
|
2714
|
+
i: IY;
|
|
2715
|
+
elements: AstElements;
|
|
2716
|
+
constructor(i: IY);
|
|
2717
|
+
}
|
|
2718
|
+
export declare class RotateShiftInstruction_50 {
|
|
2719
|
+
kind: ASTKinds.RotateShiftInstruction_50;
|
|
2720
|
+
i: IY;
|
|
2721
|
+
r: r;
|
|
2722
|
+
elements: AstElements;
|
|
2723
|
+
constructor(i: IY, r: r);
|
|
2724
|
+
}
|
|
2725
|
+
export declare class RotateShiftInstruction_51 {
|
|
2726
|
+
kind: ASTKinds.RotateShiftInstruction_51;
|
|
2727
|
+
elements: AstElements;
|
|
2728
|
+
constructor();
|
|
2729
|
+
}
|
|
2730
|
+
export declare class RotateShiftInstruction_52 {
|
|
2731
|
+
kind: ASTKinds.RotateShiftInstruction_52;
|
|
2732
|
+
elements: AstElements;
|
|
2733
|
+
constructor();
|
|
2734
|
+
}
|
|
2735
|
+
export type RotateShiftInstruction_$0 = RotateShiftInstruction_$0_1 | RotateShiftInstruction_$0_2;
|
|
2736
|
+
export type RotateShiftInstruction_$0_1 = string;
|
|
2737
|
+
export type RotateShiftInstruction_$0_2 = string;
|
|
2738
|
+
export type RotateShiftInstruction_$1 = RotateShiftInstruction_$1_1 | RotateShiftInstruction_$1_2;
|
|
2739
|
+
export type RotateShiftInstruction_$1_1 = string;
|
|
2740
|
+
export type RotateShiftInstruction_$1_2 = string;
|
|
2741
|
+
export type RotateShiftInstruction_$2 = RotateShiftInstruction_$2_1 | RotateShiftInstruction_$2_2;
|
|
2742
|
+
export type RotateShiftInstruction_$2_1 = string;
|
|
2743
|
+
export type RotateShiftInstruction_$2_2 = string;
|
|
2744
|
+
export type RotateShiftInstruction_$3 = RotateShiftInstruction_$3_1 | RotateShiftInstruction_$3_2;
|
|
2745
|
+
export type RotateShiftInstruction_$3_1 = string;
|
|
2746
|
+
export type RotateShiftInstruction_$3_2 = string;
|
|
2747
|
+
export type RotateShiftInstruction_$4 = RotateShiftInstruction_$4_1 | RotateShiftInstruction_$4_2;
|
|
2748
|
+
export type RotateShiftInstruction_$4_1 = string;
|
|
2749
|
+
export type RotateShiftInstruction_$4_2 = string;
|
|
2750
|
+
export type RotateShiftInstruction_$5 = RotateShiftInstruction_$5_1 | RotateShiftInstruction_$5_2;
|
|
2751
|
+
export type RotateShiftInstruction_$5_1 = string;
|
|
2752
|
+
export type RotateShiftInstruction_$5_2 = string;
|
|
2753
|
+
export type FakeRotateShiftInstruction16 = FakeRotateShiftInstruction16_1 | FakeRotateShiftInstruction16_2 | FakeRotateShiftInstruction16_3 | FakeRotateShiftInstruction16_4 | FakeRotateShiftInstruction16_5 | FakeRotateShiftInstruction16_6;
|
|
2754
|
+
export declare class FakeRotateShiftInstruction16_1 {
|
|
2755
|
+
kind: ASTKinds.FakeRotateShiftInstruction16_1;
|
|
2756
|
+
qq: qq;
|
|
2757
|
+
elements: AstElements;
|
|
2758
|
+
constructor(qq: qq);
|
|
2759
|
+
}
|
|
2760
|
+
export declare class FakeRotateShiftInstruction16_2 {
|
|
2761
|
+
kind: ASTKinds.FakeRotateShiftInstruction16_2;
|
|
2762
|
+
qq: qq;
|
|
2763
|
+
elements: AstElements;
|
|
2764
|
+
constructor(qq: qq);
|
|
2765
|
+
}
|
|
2766
|
+
export declare class FakeRotateShiftInstruction16_3 {
|
|
2767
|
+
kind: ASTKinds.FakeRotateShiftInstruction16_3;
|
|
2768
|
+
qq: qq;
|
|
2769
|
+
elements: AstElements;
|
|
2770
|
+
constructor(qq: qq);
|
|
2771
|
+
}
|
|
2772
|
+
export declare class FakeRotateShiftInstruction16_4 {
|
|
2773
|
+
kind: ASTKinds.FakeRotateShiftInstruction16_4;
|
|
2774
|
+
qq: qq;
|
|
2775
|
+
elements: AstElements;
|
|
2776
|
+
constructor(qq: qq);
|
|
2777
|
+
}
|
|
2778
|
+
export declare class FakeRotateShiftInstruction16_5 {
|
|
2779
|
+
kind: ASTKinds.FakeRotateShiftInstruction16_5;
|
|
2780
|
+
qq: qq;
|
|
2781
|
+
elements: AstElements;
|
|
2782
|
+
constructor(qq: qq);
|
|
2783
|
+
}
|
|
2784
|
+
export declare class FakeRotateShiftInstruction16_6 {
|
|
2785
|
+
kind: ASTKinds.FakeRotateShiftInstruction16_6;
|
|
2786
|
+
qq: qq;
|
|
2787
|
+
elements: AstElements;
|
|
2788
|
+
constructor(qq: qq);
|
|
2789
|
+
}
|
|
2790
|
+
export type FakeRotateShiftInstruction16_$0 = FakeRotateShiftInstruction16_$0_1 | FakeRotateShiftInstruction16_$0_2;
|
|
2791
|
+
export type FakeRotateShiftInstruction16_$0_1 = string;
|
|
2792
|
+
export type FakeRotateShiftInstruction16_$0_2 = string;
|
|
1922
2793
|
export type BitManipulationInstruction = BitManipulationInstruction_1 | BitManipulationInstruction_2 | BitManipulationInstruction_3 | BitManipulationInstruction_4 | BitManipulationInstruction_5 | BitManipulationInstruction_6 | BitManipulationInstruction_7 | BitManipulationInstruction_8 | BitManipulationInstruction_9 | BitManipulationInstruction_10 | BitManipulationInstruction_11 | BitManipulationInstruction_12;
|
|
1923
2794
|
export declare class BitManipulationInstruction_1 {
|
|
1924
2795
|
kind: ASTKinds.BitManipulationInstruction_1;
|
|
@@ -2134,7 +3005,7 @@ export declare class ReturnInstruction_5 {
|
|
|
2134
3005
|
elements: AstElements;
|
|
2135
3006
|
constructor(p: p);
|
|
2136
3007
|
}
|
|
2137
|
-
export type InputInstruction = InputInstruction_1 | InputInstruction_2 | InputInstruction_3 | InputInstruction_4 | InputInstruction_5 | InputInstruction_6;
|
|
3008
|
+
export type InputInstruction = InputInstruction_1 | InputInstruction_2 | InputInstruction_3 | InputInstruction_4 | InputInstruction_5 | InputInstruction_6 | InputInstruction_7;
|
|
2138
3009
|
export declare class InputInstruction_1 {
|
|
2139
3010
|
kind: ASTKinds.InputInstruction_1;
|
|
2140
3011
|
r: r;
|
|
@@ -2168,24 +3039,29 @@ export declare class InputInstruction_6 {
|
|
|
2168
3039
|
elements: AstElements;
|
|
2169
3040
|
constructor();
|
|
2170
3041
|
}
|
|
2171
|
-
export
|
|
3042
|
+
export declare class InputInstruction_7 {
|
|
3043
|
+
kind: ASTKinds.InputInstruction_7;
|
|
3044
|
+
elements: AstElements;
|
|
3045
|
+
constructor();
|
|
3046
|
+
}
|
|
3047
|
+
export type OutputInstruction = OutputInstruction_1 | OutputInstruction_2 | OutputInstruction_3 | OutputInstruction_4 | OutputInstruction_5 | OutputInstruction_6 | OutputInstruction_7;
|
|
2172
3048
|
export declare class OutputInstruction_1 {
|
|
2173
3049
|
kind: ASTKinds.OutputInstruction_1;
|
|
2174
|
-
r: r;
|
|
2175
3050
|
elements: AstElements;
|
|
2176
|
-
constructor(
|
|
3051
|
+
constructor();
|
|
2177
3052
|
}
|
|
2178
3053
|
export declare class OutputInstruction_2 {
|
|
2179
3054
|
kind: ASTKinds.OutputInstruction_2;
|
|
2180
|
-
|
|
2181
|
-
n: Expression;
|
|
3055
|
+
r: r;
|
|
2182
3056
|
elements: AstElements;
|
|
2183
|
-
constructor(
|
|
3057
|
+
constructor(r: r);
|
|
2184
3058
|
}
|
|
2185
3059
|
export declare class OutputInstruction_3 {
|
|
2186
3060
|
kind: ASTKinds.OutputInstruction_3;
|
|
3061
|
+
pos: PosInfo;
|
|
3062
|
+
n: Expression;
|
|
2187
3063
|
elements: AstElements;
|
|
2188
|
-
constructor();
|
|
3064
|
+
constructor(pos: PosInfo, n: Expression);
|
|
2189
3065
|
}
|
|
2190
3066
|
export declare class OutputInstruction_4 {
|
|
2191
3067
|
kind: ASTKinds.OutputInstruction_4;
|
|
@@ -2202,6 +3078,11 @@ export declare class OutputInstruction_6 {
|
|
|
2202
3078
|
elements: AstElements;
|
|
2203
3079
|
constructor();
|
|
2204
3080
|
}
|
|
3081
|
+
export declare class OutputInstruction_7 {
|
|
3082
|
+
kind: ASTKinds.OutputInstruction_7;
|
|
3083
|
+
elements: AstElements;
|
|
3084
|
+
constructor();
|
|
3085
|
+
}
|
|
2205
3086
|
export type ByteDirective = ByteDirective_1 | ByteDirective_2 | ByteDirective_3 | ByteDirective_4 | ByteDirective_5;
|
|
2206
3087
|
export type ByteDirective_1 = string;
|
|
2207
3088
|
export type ByteDirective_2 = string;
|
|
@@ -2377,9 +3258,10 @@ export interface OutputDirective_$0 {
|
|
|
2377
3258
|
}
|
|
2378
3259
|
export declare class DeviceDirective {
|
|
2379
3260
|
kind: ASTKinds.DeviceDirective;
|
|
3261
|
+
pos: PosInfo;
|
|
2380
3262
|
raw: string;
|
|
2381
3263
|
void: void;
|
|
2382
|
-
constructor(raw: string);
|
|
3264
|
+
constructor(pos: PosInfo, raw: string);
|
|
2383
3265
|
}
|
|
2384
3266
|
export interface EndDirective {
|
|
2385
3267
|
kind: ASTKinds.EndDirective;
|
|
@@ -2429,6 +3311,35 @@ export declare class Parser {
|
|
|
2429
3311
|
matchrr_2($$dpth: number, $$cr?: ErrorTracker): Nullable<rr_2>;
|
|
2430
3312
|
matchrr_3($$dpth: number, $$cr?: ErrorTracker): Nullable<rr_3>;
|
|
2431
3313
|
matchrr_4($$dpth: number, $$cr?: ErrorTracker): Nullable<rr_4>;
|
|
3314
|
+
matchrx($$dpth: number, $$cr?: ErrorTracker): Nullable<rx>;
|
|
3315
|
+
matchrx_1($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_1>;
|
|
3316
|
+
matchrx_2($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_2>;
|
|
3317
|
+
matchrx_3($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_3>;
|
|
3318
|
+
matchrx_4($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_4>;
|
|
3319
|
+
matchrx_5($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_5>;
|
|
3320
|
+
matchrx_6($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_6>;
|
|
3321
|
+
matchrx_7($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_7>;
|
|
3322
|
+
matchrx_8($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_8>;
|
|
3323
|
+
matchrx_9($$dpth: number, $$cr?: ErrorTracker): Nullable<rx_9>;
|
|
3324
|
+
matchry($$dpth: number, $$cr?: ErrorTracker): Nullable<ry>;
|
|
3325
|
+
matchry_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_1>;
|
|
3326
|
+
matchry_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_2>;
|
|
3327
|
+
matchry_3($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_3>;
|
|
3328
|
+
matchry_4($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_4>;
|
|
3329
|
+
matchry_5($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_5>;
|
|
3330
|
+
matchry_6($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_6>;
|
|
3331
|
+
matchry_7($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_7>;
|
|
3332
|
+
matchry_8($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_8>;
|
|
3333
|
+
matchry_9($$dpth: number, $$cr?: ErrorTracker): Nullable<ry_9>;
|
|
3334
|
+
matchixy8($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8>;
|
|
3335
|
+
matchixy8_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_1>;
|
|
3336
|
+
matchixy8_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_2>;
|
|
3337
|
+
matchixy8_3($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_3>;
|
|
3338
|
+
matchixy8_4($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_4>;
|
|
3339
|
+
matchixy8_5($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_5>;
|
|
3340
|
+
matchixy8_6($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_6>;
|
|
3341
|
+
matchixy8_7($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_7>;
|
|
3342
|
+
matchixy8_8($$dpth: number, $$cr?: ErrorTracker): Nullable<ixy8_8>;
|
|
2432
3343
|
matchn($$dpth: number, $$cr?: ErrorTracker): Nullable<n>;
|
|
2433
3344
|
matchn_1($$dpth: number, $$cr?: ErrorTracker): Nullable<n_1>;
|
|
2434
3345
|
matchn_2($$dpth: number, $$cr?: ErrorTracker): Nullable<n_2>;
|
|
@@ -2547,6 +3458,9 @@ export declare class Parser {
|
|
|
2547
3458
|
matchPrimaryExpression_2($$dpth: number, $$cr?: ErrorTracker): Nullable<PrimaryExpression_2>;
|
|
2548
3459
|
matchPrimaryExpression_3($$dpth: number, $$cr?: ErrorTracker): Nullable<PrimaryExpression_3>;
|
|
2549
3460
|
matchReg8($$dpth: number, $$cr?: ErrorTracker): Nullable<Reg8>;
|
|
3461
|
+
matchReg16($$dpth: number, $$cr?: ErrorTracker): Nullable<Reg16>;
|
|
3462
|
+
matchRegX8($$dpth: number, $$cr?: ErrorTracker): Nullable<RegX8>;
|
|
3463
|
+
matchRegY8($$dpth: number, $$cr?: ErrorTracker): Nullable<RegY8>;
|
|
2550
3464
|
matchIX($$dpth: number, $$cr?: ErrorTracker): Nullable<IX>;
|
|
2551
3465
|
matchIX_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IX_$0>;
|
|
2552
3466
|
matchIX_$0_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IX_$0_$0>;
|
|
@@ -2574,6 +3488,12 @@ export declare class Parser {
|
|
|
2574
3488
|
matchInstruction_14($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_14>;
|
|
2575
3489
|
matchInstruction_15($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_15>;
|
|
2576
3490
|
matchInstruction_16($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_16>;
|
|
3491
|
+
matchInstruction_17($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_17>;
|
|
3492
|
+
matchInstruction_18($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_18>;
|
|
3493
|
+
matchInstruction_19($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_19>;
|
|
3494
|
+
matchInstruction_20($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_20>;
|
|
3495
|
+
matchInstruction_21($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_21>;
|
|
3496
|
+
matchInstruction_22($$dpth: number, $$cr?: ErrorTracker): Nullable<Instruction_22>;
|
|
2577
3497
|
matchLoad8Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction>;
|
|
2578
3498
|
matchLoad8Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_1>;
|
|
2579
3499
|
matchLoad8Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_2>;
|
|
@@ -2596,6 +3516,18 @@ export declare class Parser {
|
|
|
2596
3516
|
matchLoad8Instruction_19($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_19>;
|
|
2597
3517
|
matchLoad8Instruction_20($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_20>;
|
|
2598
3518
|
matchLoad8Instruction_21($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_21>;
|
|
3519
|
+
matchLoad8Instruction_22($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_22>;
|
|
3520
|
+
matchLoad8Instruction_23($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_23>;
|
|
3521
|
+
matchLoad8Instruction_24($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_24>;
|
|
3522
|
+
matchLoad8Instruction_25($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_25>;
|
|
3523
|
+
matchLoad8Instruction_26($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_26>;
|
|
3524
|
+
matchLoad8Instruction_27($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_27>;
|
|
3525
|
+
matchLoad8Instruction_28($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_28>;
|
|
3526
|
+
matchLoad8Instruction_29($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_29>;
|
|
3527
|
+
matchLoad8Instruction_30($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_30>;
|
|
3528
|
+
matchLoad8Instruction_31($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_31>;
|
|
3529
|
+
matchLoad8Instruction_32($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_32>;
|
|
3530
|
+
matchLoad8Instruction_33($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_33>;
|
|
2599
3531
|
matchLoad16Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction>;
|
|
2600
3532
|
matchLoad16Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_1>;
|
|
2601
3533
|
matchLoad16Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_2>;
|
|
@@ -2617,6 +3549,20 @@ export declare class Parser {
|
|
|
2617
3549
|
matchLoad16Instruction_18($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_18>;
|
|
2618
3550
|
matchLoad16Instruction_19($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_19>;
|
|
2619
3551
|
matchLoad16Instruction_20($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_20>;
|
|
3552
|
+
matchFakeLoad16Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction>;
|
|
3553
|
+
matchFakeLoad16Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_1>;
|
|
3554
|
+
matchFakeLoad16Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_2>;
|
|
3555
|
+
matchFakeLoad16Instruction_3($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_3>;
|
|
3556
|
+
matchFakeLoad16Instruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_4>;
|
|
3557
|
+
matchFakeLoad16Instruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_5>;
|
|
3558
|
+
matchFakeLoad16Instruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_6>;
|
|
3559
|
+
matchFakeLoad16Instruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_7>;
|
|
3560
|
+
matchFakeLoad16Instruction_8($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_8>;
|
|
3561
|
+
matchFakeLoad16Instruction_9($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_9>;
|
|
3562
|
+
matchFakeLoad16Instruction_10($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_10>;
|
|
3563
|
+
matchFakeLoad16Instruction_11($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_11>;
|
|
3564
|
+
matchFakeLoad16Instruction_12($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_12>;
|
|
3565
|
+
matchFakeLoad16Instruction_13($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoad16Instruction_13>;
|
|
2620
3566
|
matchExchangeInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<ExchangeInstruction>;
|
|
2621
3567
|
matchExchangeInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ExchangeInstruction_1>;
|
|
2622
3568
|
matchExchangeInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ExchangeInstruction_2>;
|
|
@@ -2674,6 +3620,14 @@ export declare class Parser {
|
|
|
2674
3620
|
matchArithmeticLogic8Instruction_38($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_38>;
|
|
2675
3621
|
matchArithmeticLogic8Instruction_39($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_39>;
|
|
2676
3622
|
matchArithmeticLogic8Instruction_40($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_40>;
|
|
3623
|
+
matchArithmeticLogic8Instruction_41($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_41>;
|
|
3624
|
+
matchArithmeticLogic8Instruction_42($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_42>;
|
|
3625
|
+
matchArithmeticLogic8Instruction_43($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_43>;
|
|
3626
|
+
matchArithmeticLogic8Instruction_44($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_44>;
|
|
3627
|
+
matchArithmeticLogic8Instruction_45($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_45>;
|
|
3628
|
+
matchArithmeticLogic8Instruction_46($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_46>;
|
|
3629
|
+
matchArithmeticLogic8Instruction_47($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_47>;
|
|
3630
|
+
matchArithmeticLogic8Instruction_48($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_48>;
|
|
2677
3631
|
matchArithmeticLogic8Instruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$0>;
|
|
2678
3632
|
matchArithmeticLogic8Instruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$1>;
|
|
2679
3633
|
matchArithmeticLogic8Instruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2>;
|
|
@@ -2714,6 +3668,14 @@ export declare class Parser {
|
|
|
2714
3668
|
matchArithmeticLogic8Instruction_$37($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37>;
|
|
2715
3669
|
matchArithmeticLogic8Instruction_$38($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$38>;
|
|
2716
3670
|
matchArithmeticLogic8Instruction_$39($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39>;
|
|
3671
|
+
matchArithmeticLogic8Instruction_$40($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$40>;
|
|
3672
|
+
matchArithmeticLogic8Instruction_$41($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$41>;
|
|
3673
|
+
matchArithmeticLogic8Instruction_$42($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$42>;
|
|
3674
|
+
matchArithmeticLogic8Instruction_$43($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$43>;
|
|
3675
|
+
matchArithmeticLogic8Instruction_$44($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44>;
|
|
3676
|
+
matchArithmeticLogic8Instruction_$45($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$45>;
|
|
3677
|
+
matchArithmeticLogic8Instruction_$46($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46>;
|
|
3678
|
+
matchArithmeticLogic8Instruction_$47($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$47>;
|
|
2717
3679
|
matchIncrementDecrement8Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction>;
|
|
2718
3680
|
matchIncrementDecrement8Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_1>;
|
|
2719
3681
|
matchIncrementDecrement8Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_2>;
|
|
@@ -2723,6 +3685,10 @@ export declare class Parser {
|
|
|
2723
3685
|
matchIncrementDecrement8Instruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_6>;
|
|
2724
3686
|
matchIncrementDecrement8Instruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_7>;
|
|
2725
3687
|
matchIncrementDecrement8Instruction_8($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_8>;
|
|
3688
|
+
matchIncrementDecrement8Instruction_9($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_9>;
|
|
3689
|
+
matchIncrementDecrement8Instruction_10($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_10>;
|
|
3690
|
+
matchIncrementDecrement8Instruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$0>;
|
|
3691
|
+
matchIncrementDecrement8Instruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$1>;
|
|
2726
3692
|
matchGeneralPurposeArithmeticInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<GeneralPurposeArithmeticInstruction>;
|
|
2727
3693
|
matchGeneralPurposeArithmeticInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<GeneralPurposeArithmeticInstruction_1>;
|
|
2728
3694
|
matchGeneralPurposeArithmeticInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<GeneralPurposeArithmeticInstruction_2>;
|
|
@@ -2747,6 +3713,47 @@ export declare class Parser {
|
|
|
2747
3713
|
matchArithmeticLogic16Instruction_9($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic16Instruction_9>;
|
|
2748
3714
|
matchArithmeticLogic16Instruction_10($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic16Instruction_10>;
|
|
2749
3715
|
matchArithmeticLogic16Instruction_11($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic16Instruction_11>;
|
|
3716
|
+
matchFakeArithmetic16Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeArithmetic16Instruction>;
|
|
3717
|
+
matchFakeArithmetic16Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeArithmetic16Instruction_1>;
|
|
3718
|
+
matchFakeArithmetic16Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeArithmetic16Instruction_2>;
|
|
3719
|
+
matchFakeArithmetic16Instruction_3($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeArithmetic16Instruction_3>;
|
|
3720
|
+
matchFakeArithmetic16Instruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeArithmetic16Instruction_4>;
|
|
3721
|
+
matchFakeArithmetic16Instruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeArithmetic16Instruction_5>;
|
|
3722
|
+
matchFakeLoadIncrement16Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction>;
|
|
3723
|
+
matchFakeLoadIncrement16Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction_1>;
|
|
3724
|
+
matchFakeLoadIncrement16Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction_2>;
|
|
3725
|
+
matchFakeLoadIncrement16Instruction_3($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction_3>;
|
|
3726
|
+
matchFakeLoadIncrement16Instruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction_4>;
|
|
3727
|
+
matchFakeLoadIncrement16Instruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction_5>;
|
|
3728
|
+
matchFakeLoadIncrement16Instruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement16Instruction_6>;
|
|
3729
|
+
matchFakeLoadIncrement8Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction>;
|
|
3730
|
+
matchFakeLoadIncrement8Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_1>;
|
|
3731
|
+
matchFakeLoadIncrement8Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_2>;
|
|
3732
|
+
matchFakeLoadIncrement8Instruction_3($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_3>;
|
|
3733
|
+
matchFakeLoadIncrement8Instruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_4>;
|
|
3734
|
+
matchFakeLoadIncrement8Instruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_5>;
|
|
3735
|
+
matchFakeLoadIncrement8Instruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_6>;
|
|
3736
|
+
matchFakeLoadIncrement8Instruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_7>;
|
|
3737
|
+
matchFakeLoadIncrement8Instruction_8($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_8>;
|
|
3738
|
+
matchFakeLoadIncrement8Instruction_9($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_9>;
|
|
3739
|
+
matchFakeLoadIncrement8Instruction_10($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_10>;
|
|
3740
|
+
matchFakeLoadIncrement8Instruction_11($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_11>;
|
|
3741
|
+
matchFakeLoadIncrement8Instruction_12($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_12>;
|
|
3742
|
+
matchFakeLoadIncrement8Instruction_13($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadIncrement8Instruction_13>;
|
|
3743
|
+
matchFakeLoadDecrement8Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction>;
|
|
3744
|
+
matchFakeLoadDecrement8Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_1>;
|
|
3745
|
+
matchFakeLoadDecrement8Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_2>;
|
|
3746
|
+
matchFakeLoadDecrement8Instruction_3($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_3>;
|
|
3747
|
+
matchFakeLoadDecrement8Instruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_4>;
|
|
3748
|
+
matchFakeLoadDecrement8Instruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_5>;
|
|
3749
|
+
matchFakeLoadDecrement8Instruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_6>;
|
|
3750
|
+
matchFakeLoadDecrement8Instruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_7>;
|
|
3751
|
+
matchFakeLoadDecrement8Instruction_8($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_8>;
|
|
3752
|
+
matchFakeLoadDecrement8Instruction_9($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_9>;
|
|
3753
|
+
matchFakeLoadDecrement8Instruction_10($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_10>;
|
|
3754
|
+
matchFakeLoadDecrement8Instruction_11($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_11>;
|
|
3755
|
+
matchFakeLoadDecrement8Instruction_12($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_12>;
|
|
3756
|
+
matchFakeLoadDecrement8Instruction_13($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeLoadDecrement8Instruction_13>;
|
|
2750
3757
|
matchRotateShiftInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction>;
|
|
2751
3758
|
matchRotateShiftInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_1>;
|
|
2752
3759
|
matchRotateShiftInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_2>;
|
|
@@ -2782,6 +3789,52 @@ export declare class Parser {
|
|
|
2782
3789
|
matchRotateShiftInstruction_32($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_32>;
|
|
2783
3790
|
matchRotateShiftInstruction_33($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_33>;
|
|
2784
3791
|
matchRotateShiftInstruction_34($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_34>;
|
|
3792
|
+
matchRotateShiftInstruction_35($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_35>;
|
|
3793
|
+
matchRotateShiftInstruction_36($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_36>;
|
|
3794
|
+
matchRotateShiftInstruction_37($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_37>;
|
|
3795
|
+
matchRotateShiftInstruction_38($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_38>;
|
|
3796
|
+
matchRotateShiftInstruction_39($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_39>;
|
|
3797
|
+
matchRotateShiftInstruction_40($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_40>;
|
|
3798
|
+
matchRotateShiftInstruction_41($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_41>;
|
|
3799
|
+
matchRotateShiftInstruction_42($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_42>;
|
|
3800
|
+
matchRotateShiftInstruction_43($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_43>;
|
|
3801
|
+
matchRotateShiftInstruction_44($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_44>;
|
|
3802
|
+
matchRotateShiftInstruction_45($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_45>;
|
|
3803
|
+
matchRotateShiftInstruction_46($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_46>;
|
|
3804
|
+
matchRotateShiftInstruction_47($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_47>;
|
|
3805
|
+
matchRotateShiftInstruction_48($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_48>;
|
|
3806
|
+
matchRotateShiftInstruction_49($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_49>;
|
|
3807
|
+
matchRotateShiftInstruction_50($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_50>;
|
|
3808
|
+
matchRotateShiftInstruction_51($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_51>;
|
|
3809
|
+
matchRotateShiftInstruction_52($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_52>;
|
|
3810
|
+
matchRotateShiftInstruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0>;
|
|
3811
|
+
matchRotateShiftInstruction_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0_1>;
|
|
3812
|
+
matchRotateShiftInstruction_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0_2>;
|
|
3813
|
+
matchRotateShiftInstruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1>;
|
|
3814
|
+
matchRotateShiftInstruction_$1_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1_1>;
|
|
3815
|
+
matchRotateShiftInstruction_$1_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1_2>;
|
|
3816
|
+
matchRotateShiftInstruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2>;
|
|
3817
|
+
matchRotateShiftInstruction_$2_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2_1>;
|
|
3818
|
+
matchRotateShiftInstruction_$2_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2_2>;
|
|
3819
|
+
matchRotateShiftInstruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3>;
|
|
3820
|
+
matchRotateShiftInstruction_$3_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3_1>;
|
|
3821
|
+
matchRotateShiftInstruction_$3_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3_2>;
|
|
3822
|
+
matchRotateShiftInstruction_$4($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4>;
|
|
3823
|
+
matchRotateShiftInstruction_$4_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4_1>;
|
|
3824
|
+
matchRotateShiftInstruction_$4_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4_2>;
|
|
3825
|
+
matchRotateShiftInstruction_$5($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5>;
|
|
3826
|
+
matchRotateShiftInstruction_$5_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5_1>;
|
|
3827
|
+
matchRotateShiftInstruction_$5_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5_2>;
|
|
3828
|
+
matchFakeRotateShiftInstruction16($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16>;
|
|
3829
|
+
matchFakeRotateShiftInstruction16_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_1>;
|
|
3830
|
+
matchFakeRotateShiftInstruction16_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_2>;
|
|
3831
|
+
matchFakeRotateShiftInstruction16_3($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_3>;
|
|
3832
|
+
matchFakeRotateShiftInstruction16_4($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_4>;
|
|
3833
|
+
matchFakeRotateShiftInstruction16_5($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_5>;
|
|
3834
|
+
matchFakeRotateShiftInstruction16_6($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_6>;
|
|
3835
|
+
matchFakeRotateShiftInstruction16_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_$0>;
|
|
3836
|
+
matchFakeRotateShiftInstruction16_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_$0_1>;
|
|
3837
|
+
matchFakeRotateShiftInstruction16_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<FakeRotateShiftInstruction16_$0_2>;
|
|
2785
3838
|
matchBitManipulationInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction>;
|
|
2786
3839
|
matchBitManipulationInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_1>;
|
|
2787
3840
|
matchBitManipulationInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_2>;
|
|
@@ -2826,6 +3879,7 @@ export declare class Parser {
|
|
|
2826
3879
|
matchInputInstruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<InputInstruction_4>;
|
|
2827
3880
|
matchInputInstruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<InputInstruction_5>;
|
|
2828
3881
|
matchInputInstruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<InputInstruction_6>;
|
|
3882
|
+
matchInputInstruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<InputInstruction_7>;
|
|
2829
3883
|
matchOutputInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction>;
|
|
2830
3884
|
matchOutputInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction_1>;
|
|
2831
3885
|
matchOutputInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction_2>;
|
|
@@ -2833,6 +3887,7 @@ export declare class Parser {
|
|
|
2833
3887
|
matchOutputInstruction_4($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction_4>;
|
|
2834
3888
|
matchOutputInstruction_5($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction_5>;
|
|
2835
3889
|
matchOutputInstruction_6($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction_6>;
|
|
3890
|
+
matchOutputInstruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<OutputInstruction_7>;
|
|
2836
3891
|
matchByteDirective($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteDirective>;
|
|
2837
3892
|
matchByteDirective_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteDirective_1>;
|
|
2838
3893
|
matchByteDirective_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteDirective_2>;
|