Subversion Repositories Kolibri OS

Rev

Rev 1115 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1115 Rev 1189
Line 8... Line 8...
8
 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\'
8
 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\'
9
 
9
 
Line 10... Line 10...
10
preprocessor_directives:
10
preprocessor_directives:
11
 db 6,'define'
11
 db 6,'define'
12
 dw define_symbolic_constant-preprocessor
12
 dw define_symbolic_constant-directive_handler
13
 db 7,'include'
13
 db 7,'include'
14
 dw include_file-preprocessor
14
 dw include_file-directive_handler
15
 db 3,'irp'
15
 db 3,'irp'
16
 dw irp_directive-preprocessor
16
 dw irp_directive-directive_handler
17
 db 4,'irps'
17
 db 4,'irps'
18
 dw irps_directive-preprocessor
18
 dw irps_directive-directive_handler
19
 db 5,'macro'
19
 db 5,'macro'
20
 dw define_macro-preprocessor
20
 dw define_macro-directive_handler
21
 db 5,'match'
21
 db 5,'match'
22
 dw match_directive-preprocessor
22
 dw match_directive-directive_handler
23
 db 5,'purge'
23
 db 5,'purge'
24
 dw purge_macro-preprocessor
24
 dw purge_macro-directive_handler
25
 db 4,'rept'
25
 db 4,'rept'
26
 dw rept_directive-preprocessor
26
 dw rept_directive-directive_handler
27
 db 7,'restore'
27
 db 7,'restore'
28
 dw restore_equ_constant-preprocessor
28
 dw restore_equ_constant-directive_handler
29
 db 7,'restruc'
29
 db 7,'restruc'
30
 dw purge_struc-preprocessor
30
 dw purge_struc-directive_handler
31
 db 5,'struc'
31
 db 5,'struc'
32
 dw define_struc-preprocessor
32
 dw define_struc-directive_handler
33
 db 0
33
 db 0
Line 34... Line 34...
34
 
34
 
35
macro_directives:
35
macro_directives:
36
 db 6,'common'
36
 db 6,'common'
37
 dw common_block-preprocessor
37
 dw common_block-directive_handler
38
 db 7,'forward'
38
 db 7,'forward'
39
 dw forward_block-preprocessor
39
 dw forward_block-directive_handler
40
 db 5,'local'
40
 db 5,'local'
41
 dw local_symbols-preprocessor
41
 dw local_symbols-directive_handler
42
 db 7,'reverse'
42
 db 7,'reverse'
43
 dw reverse_block-preprocessor
43
 dw reverse_block-directive_handler
Line 44... Line 44...
44
 db 0
44
 db 0
45
 
45
 
46
operators:
46
operators:
Line 272... Line 272...
272
 db 'dr14',10h,7Eh
272
 db 'dr14',10h,7Eh
273
 db 'dr15',10h,7Fh
273
 db 'dr15',10h,7Fh
274
 db 'ms64',17h,49h
274
 db 'ms64',17h,49h
275
 db 'near',12h,2
275
 db 'near',12h,2
276
 db 'pe64',18h,38h
276
 db 'note',1Eh,4
-
 
277
 db 'pe64',18h,38h
277
 db 'r10b',10h,1Ah
278
 db 'r10b',10h,1Ah
278
 db 'r10d',10h,4Ah
279
 db 'r10d',10h,4Ah
279
 db 'r10l',10h,1Ah
280
 db 'r10l',10h,1Ah
280
 db 'r10w',10h,2Ah
281
 db 'r10w',10h,2Ah
281
 db 'r11b',10h,1Bh
282
 db 'r11b',10h,1Bh
Line 337... Line 338...
337
 db 'native',1Bh,1
338
 db 'native',1Bh,1
338
 db 'static',1Dh,1
339
 db 'static',1Dh,1
339
symbols_7:
340
symbols_7:
340
 db 'console',1Bh,3
341
 db 'console',1Bh,3
341
 db 'efiboot',1Bh,11
342
 db 'dynamic',1Eh,2
-
 
343
 db 'efiboot',1Bh,11
342
symbols_8:
344
symbols_8:
343
 db 'linkinfo',19h,9
345
 db 'linkinfo',19h,9
344
 db 'readable',19h,30
346
 db 'readable',19h,30
345
 db 'resource',1Ah,2
347
 db 'resource',1Ah,2
346
 db 'writable',19h,31
348
 db 'writable',19h,31
Line 352... Line 354...
352
 db 'executable',19h,29
354
 db 'executable',19h,29
353
 db 'linkremove',19h,11
355
 db 'linkremove',19h,11
354
symbols_11:
356
symbols_11:
355
 db 'discardable',19h,25
357
 db 'discardable',19h,25
356
 db 'notpageable',19h,27
358
 db 'interpreter',1Eh,3
-
 
359
 db 'notpageable',19h,27
357
symbols_end:
360
symbols_end:
358
 
361
 
Line 359... Line 362...
359
instructions:
362
instructions:
360
 dw instructions_2-instructions,(instructions_3-instructions_2)/(2+3)
363
 dw instructions_2-instructions,(instructions_3-instructions_2)/(2+3)
Line 369... Line 372...
369
 dw instructions_11-instructions,(instructions_end-instructions_11)/(11+3)
372
 dw instructions_11-instructions,(instructions_end-instructions_11)/(11+3)
370
 
373
 
Line 371... Line 374...
371
instructions_2:
374
instructions_2:
372
 db 'bt',4
375
 db 'bt',4
373
 dw bt_instruction-assembler
376
 dw bt_instruction-instruction_handler
374
 db 'if',0
377
 db 'if',0
375
 dw if_directive-assembler
378
 dw if_directive-instruction_handler
376
 db 'in',0
379
 db 'in',0
377
 dw in_instruction-assembler
380
 dw in_instruction-instruction_handler
378
 db 'ja',77h
381
 db 'ja',77h
379
 dw conditional_jump-assembler
382
 dw conditional_jump-instruction_handler
380
 db 'jb',72h
383
 db 'jb',72h
381
 dw conditional_jump-assembler
384
 dw conditional_jump-instruction_handler
382
 db 'jc',72h
385
 db 'jc',72h
383
 dw conditional_jump-assembler
386
 dw conditional_jump-instruction_handler
384
 db 'je',74h
387
 db 'je',74h
385
 dw conditional_jump-assembler
388
 dw conditional_jump-instruction_handler
386
 db 'jg',7Fh
389
 db 'jg',7Fh
387
 dw conditional_jump-assembler
390
 dw conditional_jump-instruction_handler
388
 db 'jl',7Ch
391
 db 'jl',7Ch
389
 dw conditional_jump-assembler
392
 dw conditional_jump-instruction_handler
390
 db 'jo',70h
393
 db 'jo',70h
391
 dw conditional_jump-assembler
394
 dw conditional_jump-instruction_handler
392
 db 'jp',7Ah
395
 db 'jp',7Ah
393
 dw conditional_jump-assembler
396
 dw conditional_jump-instruction_handler
394
 db 'js',78h
397
 db 'js',78h
395
 dw conditional_jump-assembler
398
 dw conditional_jump-instruction_handler
396
 db 'jz',74h
399
 db 'jz',74h
397
 dw conditional_jump-assembler
400
 dw conditional_jump-instruction_handler
398
 db 'or',08h
401
 db 'or',08h
399
 dw basic_instruction-assembler
402
 dw basic_instruction-instruction_handler
400
instructions_3:
403
instructions_3:
401
 db 'aaa',37h
404
 db 'aaa',37h
402
 dw simple_instruction_except64-assembler
405
 dw simple_instruction_except64-instruction_handler
403
 db 'aad',0D5h
406
 db 'aad',0D5h
404
 dw aa_instruction-assembler
407
 dw aa_instruction-instruction_handler
405
 db 'aam',0D4h
408
 db 'aam',0D4h
406
 dw aa_instruction-assembler
409
 dw aa_instruction-instruction_handler
407
 db 'aas',3Fh
410
 db 'aas',3Fh
408
 dw simple_instruction_except64-assembler
411
 dw simple_instruction_except64-instruction_handler
409
 db 'adc',10h
412
 db 'adc',10h
410
 dw basic_instruction-assembler
413
 dw basic_instruction-instruction_handler
411
 db 'add',00h
414
 db 'add',00h
412
 dw basic_instruction-assembler
415
 dw basic_instruction-instruction_handler
413
 db 'and',20h
416
 db 'and',20h
414
 dw basic_instruction-assembler
417
 dw basic_instruction-instruction_handler
415
 db 'bsf',0BCh
418
 db 'bsf',0BCh
416
 dw bs_instruction-assembler
419
 dw bs_instruction-instruction_handler
417
 db 'bsr',0BDh
420
 db 'bsr',0BDh
418
 dw bs_instruction-assembler
421
 dw bs_instruction-instruction_handler
419
 db 'btc',7
422
 db 'btc',7
420
 dw bt_instruction-assembler
423
 dw bt_instruction-instruction_handler
421
 db 'btr',6
424
 db 'btr',6
422
 dw bt_instruction-assembler
425
 dw bt_instruction-instruction_handler
423
 db 'bts',5
426
 db 'bts',5
424
 dw bt_instruction-assembler
427
 dw bt_instruction-instruction_handler
425
 db 'cbw',98h
428
 db 'cbw',98h
426
 dw simple_instruction_16bit-assembler
429
 dw simple_instruction_16bit-instruction_handler
427
 db 'cdq',99h
430
 db 'cdq',99h
428
 dw simple_instruction_32bit-assembler
431
 dw simple_instruction_32bit-instruction_handler
429
 db 'clc',0F8h
432
 db 'clc',0F8h
430
 dw simple_instruction-assembler
433
 dw simple_instruction-instruction_handler
431
 db 'cld',0FCh
434
 db 'cld',0FCh
432
 dw simple_instruction-assembler
435
 dw simple_instruction-instruction_handler
433
 db 'cli',0FAh
436
 db 'cli',0FAh
434
 dw simple_instruction-assembler
437
 dw simple_instruction-instruction_handler
435
 db 'cmc',0F5h
438
 db 'cmc',0F5h
436
 dw simple_instruction-assembler
439
 dw simple_instruction-instruction_handler
437
 db 'cmp',38h
440
 db 'cmp',38h
438
 dw basic_instruction-assembler
441
 dw basic_instruction-instruction_handler
439
 db 'cqo',99h
442
 db 'cqo',99h
440
 dw simple_instruction_64bit-assembler
443
 dw simple_instruction_64bit-instruction_handler
441
 db 'cwd',99h
444
 db 'cwd',99h
442
 dw simple_instruction_16bit-assembler
445
 dw simple_instruction_16bit-instruction_handler
443
 db 'daa',27h
446
 db 'daa',27h
444
 dw simple_instruction_except64-assembler
447
 dw simple_instruction_except64-instruction_handler
445
 db 'das',2Fh
448
 db 'das',2Fh
446
 dw simple_instruction_except64-assembler
449
 dw simple_instruction_except64-instruction_handler
447
 db 'dec',1
450
 db 'dec',1
448
 dw inc_instruction-assembler
451
 dw inc_instruction-instruction_handler
449
 db 'div',6
452
 db 'div',6
450
 dw single_operand_instruction-assembler
453
 dw single_operand_instruction-instruction_handler
451
 db 'end',0
454
 db 'end',0
452
 dw end_directive-assembler
455
 dw end_directive-instruction_handler
453
 db 'err',0
456
 db 'err',0
454
 dw err_directive-assembler
457
 dw err_directive-instruction_handler
455
 db 'fld',0
458
 db 'fld',0
456
 dw fld_instruction-assembler
459
 dw fld_instruction-instruction_handler
457
 db 'fst',2
460
 db 'fst',2
458
 dw fld_instruction-assembler
461
 dw fld_instruction-instruction_handler
459
 db 'hlt',0F4h
462
 db 'hlt',0F4h
460
 dw simple_instruction-assembler
463
 dw simple_instruction-instruction_handler
461
 db 'inc',0
464
 db 'inc',0
462
 dw inc_instruction-assembler
465
 dw inc_instruction-instruction_handler
463
 db 'ins',6Ch
466
 db 'ins',6Ch
464
 dw ins_instruction-assembler
467
 dw ins_instruction-instruction_handler
465
 db 'int',0CDh
468
 db 'int',0CDh
466
 dw int_instruction-assembler
469
 dw int_instruction-instruction_handler
467
 db 'jae',73h
470
 db 'jae',73h
468
 dw conditional_jump-assembler
471
 dw conditional_jump-instruction_handler
469
 db 'jbe',76h
472
 db 'jbe',76h
470
 dw conditional_jump-assembler
473
 dw conditional_jump-instruction_handler
471
 db 'jge',7Dh
474
 db 'jge',7Dh
472
 dw conditional_jump-assembler
475
 dw conditional_jump-instruction_handler
473
 db 'jle',7Eh
476
 db 'jle',7Eh
474
 dw conditional_jump-assembler
477
 dw conditional_jump-instruction_handler
475
 db 'jmp',0
478
 db 'jmp',0
476
 dw jmp_instruction-assembler
479
 dw jmp_instruction-instruction_handler
477
 db 'jna',76h
480
 db 'jna',76h
478
 dw conditional_jump-assembler
481
 dw conditional_jump-instruction_handler
479
 db 'jnb',73h
482
 db 'jnb',73h
480
 dw conditional_jump-assembler
483
 dw conditional_jump-instruction_handler
481
 db 'jnc',73h
484
 db 'jnc',73h
482
 dw conditional_jump-assembler
485
 dw conditional_jump-instruction_handler
483
 db 'jne',75h
486
 db 'jne',75h
484
 dw conditional_jump-assembler
487
 dw conditional_jump-instruction_handler
485
 db 'jng',7Eh
488
 db 'jng',7Eh
486
 dw conditional_jump-assembler
489
 dw conditional_jump-instruction_handler
487
 db 'jnl',7Dh
490
 db 'jnl',7Dh
488
 dw conditional_jump-assembler
491
 dw conditional_jump-instruction_handler
489
 db 'jno',71h
492
 db 'jno',71h
490
 dw conditional_jump-assembler
493
 dw conditional_jump-instruction_handler
491
 db 'jnp',7Bh
494
 db 'jnp',7Bh
492
 dw conditional_jump-assembler
495
 dw conditional_jump-instruction_handler
493
 db 'jns',79h
496
 db 'jns',79h
494
 dw conditional_jump-assembler
497
 dw conditional_jump-instruction_handler
495
 db 'jnz',75h
498
 db 'jnz',75h
496
 dw conditional_jump-assembler
499
 dw conditional_jump-instruction_handler
497
 db 'jpe',7Ah
500
 db 'jpe',7Ah
498
 dw conditional_jump-assembler
501
 dw conditional_jump-instruction_handler
499
 db 'jpo',7Bh
502
 db 'jpo',7Bh
500
 dw conditional_jump-assembler
503
 dw conditional_jump-instruction_handler
501
 db 'lar',2
504
 db 'lar',2
502
 dw lar_instruction-assembler
505
 dw lar_instruction-instruction_handler
503
 db 'lds',3
506
 db 'lds',3
504
 dw ls_instruction-assembler
507
 dw ls_instruction-instruction_handler
505
 db 'lea',0
508
 db 'lea',0
506
 dw lea_instruction-assembler
509
 dw lea_instruction-instruction_handler
507
 db 'les',0
510
 db 'les',0
508
 dw ls_instruction-assembler
511
 dw ls_instruction-instruction_handler
509
 db 'lfs',4
512
 db 'lfs',4
510
 dw ls_instruction-assembler
513
 dw ls_instruction-instruction_handler
511
 db 'lgs',5
514
 db 'lgs',5
512
 dw ls_instruction-assembler
515
 dw ls_instruction-instruction_handler
513
 db 'lsl',3
516
 db 'lsl',3
514
 dw lar_instruction-assembler
517
 dw lar_instruction-instruction_handler
515
 db 'lss',2
518
 db 'lss',2
516
 dw ls_instruction-assembler
519
 dw ls_instruction-instruction_handler
517
 db 'ltr',3
520
 db 'ltr',3
518
 dw pm_word_instruction-assembler
521
 dw pm_word_instruction-instruction_handler
519
 db 'mov',0
522
 db 'mov',0
520
 dw mov_instruction-assembler
523
 dw mov_instruction-instruction_handler
521
 db 'mul',4
524
 db 'mul',4
522
 dw single_operand_instruction-assembler
525
 dw single_operand_instruction-instruction_handler
523
 db 'neg',3
526
 db 'neg',3
524
 dw single_operand_instruction-assembler
527
 dw single_operand_instruction-instruction_handler
525
 db 'nop',90h
528
 db 'nop',90h
526
 dw nop_instruction-assembler
529
 dw nop_instruction-instruction_handler
527
 db 'not',2
530
 db 'not',2
528
 dw single_operand_instruction-assembler
531
 dw single_operand_instruction-instruction_handler
529
 db 'org',0
532
 db 'org',0
530
 dw org_directive-assembler
533
 dw org_directive-instruction_handler
531
 db 'out',0
534
 db 'out',0
532
 dw out_instruction-assembler
535
 dw out_instruction-instruction_handler
533
 db 'pop',0
536
 db 'pop',0
534
 dw pop_instruction-assembler
537
 dw pop_instruction-instruction_handler
535
 db 'por',0EBh
538
 db 'por',0EBh
536
 dw basic_mmx_instruction-assembler
539
 dw basic_mmx_instruction-instruction_handler
537
 db 'rcl',2
540
 db 'rcl',2
538
 dw sh_instruction-assembler
541
 dw sh_instruction-instruction_handler
539
 db 'rcr',3
542
 db 'rcr',3
540
 dw sh_instruction-assembler
543
 dw sh_instruction-instruction_handler
541
 db 'rep',0F3h
544
 db 'rep',0F3h
542
 dw prefix_instruction-assembler
545
 dw prefix_instruction-instruction_handler
543
 db 'ret',0C2h
546
 db 'ret',0C2h
544
 dw ret_instruction-assembler
547
 dw ret_instruction-instruction_handler
545
 db 'rol',0
548
 db 'rol',0
546
 dw sh_instruction-assembler
549
 dw sh_instruction-instruction_handler
547
 db 'ror',1
550
 db 'ror',1
548
 dw sh_instruction-assembler
551
 dw sh_instruction-instruction_handler
549
 db 'rsm',0AAh
552
 db 'rsm',0AAh
550
 dw simple_extended_instruction-assembler
553
 dw simple_extended_instruction-instruction_handler
551
 db 'sal',4
554
 db 'sal',4
552
 dw sh_instruction-assembler
555
 dw sh_instruction-instruction_handler
553
 db 'sar',7
556
 db 'sar',7
554
 dw sh_instruction-assembler
557
 dw sh_instruction-instruction_handler
555
 db 'sbb',18h
558
 db 'sbb',18h
556
 dw basic_instruction-assembler
559
 dw basic_instruction-instruction_handler
557
 db 'shl',4
560
 db 'shl',4
558
 dw sh_instruction-assembler
561
 dw sh_instruction-instruction_handler
559
 db 'shr',5
562
 db 'shr',5
560
 dw sh_instruction-assembler
563
 dw sh_instruction-instruction_handler
561
 db 'stc',0F9h
564
 db 'stc',0F9h
562
 dw simple_instruction-assembler
565
 dw simple_instruction-instruction_handler
563
 db 'std',0FDh
566
 db 'std',0FDh
564
 dw simple_instruction-assembler
567
 dw simple_instruction-instruction_handler
565
 db 'sti',0FBh
568
 db 'sti',0FBh
566
 dw simple_instruction-assembler
569
 dw simple_instruction-instruction_handler
567
 db 'str',1
570
 db 'str',1
568
 dw pm_store_word_instruction-assembler
571
 dw pm_store_word_instruction-instruction_handler
569
 db 'sub',28h
572
 db 'sub',28h
570
 dw basic_instruction-assembler
573
 dw basic_instruction-instruction_handler
571
 db 'ud2',0Bh
574
 db 'ud2',0Bh
572
 dw simple_extended_instruction-assembler
575
 dw simple_extended_instruction-instruction_handler
573
 db 'xor',30h
576
 db 'xor',30h
574
 dw basic_instruction-assembler
577
 dw basic_instruction-instruction_handler
575
instructions_4:
578
instructions_4:
576
 db 'arpl',0
579
 db 'arpl',0
577
 dw arpl_instruction-assembler
580
 dw arpl_instruction-instruction_handler
578
 db 'call',0
581
 db 'call',0
579
 dw call_instruction-assembler
582
 dw call_instruction-instruction_handler
580
 db 'cdqe',98h
583
 db 'cdqe',98h
581
 dw simple_instruction_64bit-assembler
584
 dw simple_instruction_64bit-instruction_handler
582
 db 'clgi',0DDh
585
 db 'clgi',0DDh
583
 dw simple_vmx_instruction-assembler
586
 dw simple_vmx_instruction-instruction_handler
584
 db 'clts',6
587
 db 'clts',6
585
 dw simple_extended_instruction-assembler
588
 dw simple_extended_instruction-instruction_handler
586
 db 'cmps',0A6h
589
 db 'cmps',0A6h
587
 dw cmps_instruction-assembler
590
 dw cmps_instruction-instruction_handler
588
 db 'cwde',98h
591
 db 'cwde',98h
589
 dw simple_instruction_32bit-assembler
592
 dw simple_instruction_32bit-instruction_handler
590
 db 'data',0
593
 db 'data',0
591
 dw data_directive-assembler
594
 dw data_directive-instruction_handler
592
 db 'dppd',41h
595
 db 'dppd',41h
593
 dw sse4_instruction_3a_imm8-assembler
596
 dw sse4_instruction_3a_imm8-instruction_handler
594
 db 'dpps',40h
597
 db 'dpps',40h
595
 dw sse4_instruction_3a_imm8-assembler
598
 dw sse4_instruction_3a_imm8-instruction_handler
596
 db 'else',0
599
 db 'else',0
597
 dw else_directive-assembler
600
 dw else_directive-instruction_handler
598
 db 'emms',77h
601
 db 'emms',77h
599
 dw simple_extended_instruction-assembler
602
 dw simple_extended_instruction-instruction_handler
600
 db 'fabs',100001b
603
 db 'fabs',100001b
601
 dw simple_fpu_instruction-assembler
604
 dw simple_fpu_instruction-instruction_handler
602
 db 'fadd',0
605
 db 'fadd',0
603
 dw basic_fpu_instruction-assembler
606
 dw basic_fpu_instruction-instruction_handler
604
 db 'fbld',4
607
 db 'fbld',4
605
 dw fbld_instruction-assembler
608
 dw fbld_instruction-instruction_handler
606
 db 'fchs',100000b
609
 db 'fchs',100000b
607
 dw simple_fpu_instruction-assembler
610
 dw simple_fpu_instruction-instruction_handler
608
 db 'fcom',2
611
 db 'fcom',2
609
 dw basic_fpu_instruction-assembler
612
 dw basic_fpu_instruction-instruction_handler
610
 db 'fcos',111111b
613
 db 'fcos',111111b
611
 dw simple_fpu_instruction-assembler
614
 dw simple_fpu_instruction-instruction_handler
612
 db 'fdiv',6
615
 db 'fdiv',6
613
 dw basic_fpu_instruction-assembler
616
 dw basic_fpu_instruction-instruction_handler
614
 db 'feni',0E0h
617
 db 'feni',0E0h
615
 dw finit_instruction-assembler
618
 dw finit_instruction-instruction_handler
616
 db 'fild',0
619
 db 'fild',0
617
 dw fild_instruction-assembler
620
 dw fild_instruction-instruction_handler
618
 db 'fist',2
621
 db 'fist',2
619
 dw fild_instruction-assembler
622
 dw fild_instruction-instruction_handler
620
 db 'fld1',101000b
623
 db 'fld1',101000b
621
 dw simple_fpu_instruction-assembler
624
 dw simple_fpu_instruction-instruction_handler
622
 db 'fldz',101110b
625
 db 'fldz',101110b
623
 dw simple_fpu_instruction-assembler
626
 dw simple_fpu_instruction-instruction_handler
624
 db 'fmul',1
627
 db 'fmul',1
625
 dw basic_fpu_instruction-assembler
628
 dw basic_fpu_instruction-instruction_handler
626
 db 'fnop',010000b
629
 db 'fnop',010000b
627
 dw simple_fpu_instruction-assembler
630
 dw simple_fpu_instruction-instruction_handler
628
 db 'fsin',111110b
631
 db 'fsin',111110b
629
 dw simple_fpu_instruction-assembler
632
 dw simple_fpu_instruction-instruction_handler
630
 db 'fstp',3
633
 db 'fstp',3
631
 dw fld_instruction-assembler
634
 dw fld_instruction-instruction_handler
632
 db 'fsub',4
635
 db 'fsub',4
633
 dw basic_fpu_instruction-assembler
636
 dw basic_fpu_instruction-instruction_handler
634
 db 'ftst',100100b
637
 db 'ftst',100100b
635
 dw simple_fpu_instruction-assembler
638
 dw simple_fpu_instruction-instruction_handler
636
 db 'fxam',100101b
639
 db 'fxam',100101b
637
 dw simple_fpu_instruction-assembler
640
 dw simple_fpu_instruction-instruction_handler
638
 db 'fxch',0
641
 db 'fxch',0
639
 dw fxch_instruction-assembler
642
 dw fxch_instruction-instruction_handler
640
 db 'heap',0
643
 db 'heap',0
641
 dw heap_directive-assembler
644
 dw heap_directive-instruction_handler
642
 db 'idiv',7
645
 db 'idiv',7
643
 dw single_operand_instruction-assembler
646
 dw single_operand_instruction-instruction_handler
644
 db 'imul',0
647
 db 'imul',0
645
 dw imul_instruction-assembler
648
 dw imul_instruction-instruction_handler
646
 db 'insb',6Ch
649
 db 'insb',6Ch
647
 dw simple_instruction-assembler
650
 dw simple_instruction-instruction_handler
648
 db 'insd',6Dh
651
 db 'insd',6Dh
649
 dw simple_instruction_32bit-assembler
652
 dw simple_instruction_32bit-instruction_handler
650
 db 'insw',6Dh
653
 db 'insw',6Dh
651
 dw simple_instruction_16bit-assembler
654
 dw simple_instruction_16bit-instruction_handler
652
 db 'int1',0F1h
655
 db 'int1',0F1h
653
 dw simple_instruction-assembler
656
 dw simple_instruction-instruction_handler
654
 db 'int3',0CCh
657
 db 'int3',0CCh
655
 dw simple_instruction-assembler
658
 dw simple_instruction-instruction_handler
656
 db 'into',0CEh
659
 db 'into',0CEh
657
 dw simple_instruction_except64-assembler
660
 dw simple_instruction_except64-instruction_handler
658
 db 'invd',8
661
 db 'invd',8
659
 dw simple_extended_instruction-assembler
662
 dw simple_extended_instruction-instruction_handler
660
 db 'iret',0CFh
663
 db 'iret',0CFh
661
 dw iret_instruction-assembler
664
 dw iret_instruction-instruction_handler
662
 db 'jcxz',0E3h
665
 db 'jcxz',0E3h
663
 dw loop_instruction_16bit-assembler
666
 dw loop_instruction_16bit-instruction_handler
664
 db 'jnae',72h
667
 db 'jnae',72h
665
 dw conditional_jump-assembler
668
 dw conditional_jump-instruction_handler
666
 db 'jnbe',77h
669
 db 'jnbe',77h
667
 dw conditional_jump-assembler
670
 dw conditional_jump-instruction_handler
668
 db 'jnge',7Ch
671
 db 'jnge',7Ch
669
 dw conditional_jump-assembler
672
 dw conditional_jump-instruction_handler
670
 db 'jnle',7Fh
673
 db 'jnle',7Fh
671
 dw conditional_jump-assembler
674
 dw conditional_jump-instruction_handler
672
 db 'lahf',9Fh
675
 db 'lahf',9Fh
673
 dw simple_instruction-assembler
676
 dw simple_instruction-instruction_handler
674
 db 'lgdt',2
677
 db 'lgdt',2
675
 dw lgdt_instruction-assembler
678
 dw lgdt_instruction-instruction_handler
676
 db 'lidt',3
679
 db 'lidt',3
677
 dw lgdt_instruction-assembler
680
 dw lgdt_instruction-instruction_handler
678
 db 'lldt',2
681
 db 'lldt',2
679
 dw pm_word_instruction-assembler
682
 dw pm_word_instruction-instruction_handler
680
 db 'lmsw',16h
683
 db 'lmsw',16h
681
 dw pm_word_instruction-assembler
684
 dw pm_word_instruction-instruction_handler
682
 db 'load',0
685
 db 'load',0
683
 dw load_directive-assembler
686
 dw load_directive-instruction_handler
684
 db 'lock',0F0h
687
 db 'lock',0F0h
685
 dw prefix_instruction-assembler
688
 dw prefix_instruction-instruction_handler
686
 db 'lods',0ACh
689
 db 'lods',0ACh
687
 dw lods_instruction-assembler
690
 dw lods_instruction-instruction_handler
688
 db 'loop',0E2h
691
 db 'loop',0E2h
689
 dw loop_instruction-assembler
692
 dw loop_instruction-instruction_handler
690
 db 'movd',0
693
 db 'movd',0
691
 dw movd_instruction-assembler
694
 dw movd_instruction-instruction_handler
692
 db 'movq',0
695
 db 'movq',0
693
 dw movq_instruction-assembler
696
 dw movq_instruction-instruction_handler
694
 db 'movs',0A4h
697
 db 'movs',0A4h
695
 dw movs_instruction-assembler
698
 dw movs_instruction-instruction_handler
696
 db 'orpd',56h
699
 db 'orpd',56h
697
 dw sse_pd_instruction-assembler
700
 dw sse_pd_instruction-instruction_handler
698
 db 'orps',56h
701
 db 'orps',56h
699
 dw sse_ps_instruction-assembler
702
 dw sse_ps_instruction-instruction_handler
700
 db 'outs',6Eh
703
 db 'outs',6Eh
701
 dw outs_instruction-assembler
704
 dw outs_instruction-instruction_handler
702
 db 'pand',0DBh
705
 db 'pand',0DBh
703
 dw basic_mmx_instruction-assembler
706
 dw basic_mmx_instruction-instruction_handler
704
 db 'popa',61h
707
 db 'popa',61h
705
 dw simple_instruction_except64-assembler
708
 dw simple_instruction_except64-instruction_handler
706
 db 'popd',4
709
 db 'popd',4
707
 dw pop_instruction-assembler
710
 dw pop_instruction-instruction_handler
708
 db 'popf',9Dh
711
 db 'popf',9Dh
709
 dw simple_instruction-assembler
712
 dw simple_instruction-instruction_handler
710
 db 'popq',8
713
 db 'popq',8
711
 dw pop_instruction-assembler
714
 dw pop_instruction-instruction_handler
712
 db 'popw',2
715
 db 'popw',2
713
 dw pop_instruction-assembler
716
 dw pop_instruction-instruction_handler
714
 db 'push',0
717
 db 'push',0
715
 dw push_instruction-assembler
718
 dw push_instruction-instruction_handler
716
 db 'pxor',0EFh
719
 db 'pxor',0EFh
717
 dw basic_mmx_instruction-assembler
720
 dw basic_mmx_instruction-instruction_handler
718
 db 'repe',0F3h
721
 db 'repe',0F3h
719
 dw prefix_instruction-assembler
722
 dw prefix_instruction-instruction_handler
720
 db 'repz',0F3h
723
 db 'repz',0F3h
721
 dw prefix_instruction-assembler
724
 dw prefix_instruction-instruction_handler
722
 db 'retd',0C2h
725
 db 'retd',0C2h
723
 dw ret_instruction_32bit_except64-assembler
726
 dw ret_instruction_32bit_except64-instruction_handler
724
 db 'retf',0CAh
727
 db 'retf',0CAh
725
 dw retf_instruction-assembler
728
 dw retf_instruction-instruction_handler
726
 db 'retn',0C2h
729
 db 'retn',0C2h
727
 dw ret_instruction-assembler
730
 dw ret_instruction-instruction_handler
728
 db 'retq',0C2h
731
 db 'retq',0C2h
729
 dw ret_instruction_only64-assembler
732
 dw ret_instruction_only64-instruction_handler
730
 db 'retw',0C2h
733
 db 'retw',0C2h
731
 dw ret_instruction_16bit-assembler
734
 dw ret_instruction_16bit-instruction_handler
732
 db 'sahf',9Eh
735
 db 'sahf',9Eh
733
 dw simple_instruction-assembler
736
 dw simple_instruction-instruction_handler
734
 db 'salc',0D6h
737
 db 'salc',0D6h
735
 dw simple_instruction_except64-assembler
738
 dw simple_instruction_except64-instruction_handler
736
 db 'scas',0AEh
739
 db 'scas',0AEh
737
 dw stos_instruction-assembler
740
 dw stos_instruction-instruction_handler
738
 db 'seta',97h
741
 db 'seta',97h
739
 dw set_instruction-assembler
742
 dw set_instruction-instruction_handler
740
 db 'setb',92h
743
 db 'setb',92h
741
 dw set_instruction-assembler
744
 dw set_instruction-instruction_handler
742
 db 'setc',92h
745
 db 'setc',92h
743
 dw set_instruction-assembler
746
 dw set_instruction-instruction_handler
744
 db 'sete',94h
747
 db 'sete',94h
745
 dw set_instruction-assembler
748
 dw set_instruction-instruction_handler
746
 db 'setg',9Fh
749
 db 'setg',9Fh
747
 dw set_instruction-assembler
750
 dw set_instruction-instruction_handler
748
 db 'setl',9Ch
751
 db 'setl',9Ch
749
 dw set_instruction-assembler
752
 dw set_instruction-instruction_handler
750
 db 'seto',90h
753
 db 'seto',90h
751
 dw set_instruction-assembler
754
 dw set_instruction-instruction_handler
752
 db 'setp',9Ah
755
 db 'setp',9Ah
753
 dw set_instruction-assembler
756
 dw set_instruction-instruction_handler
754
 db 'sets',98h
757
 db 'sets',98h
755
 dw set_instruction-assembler
758
 dw set_instruction-instruction_handler
756
 db 'setz',94h
759
 db 'setz',94h
757
 dw set_instruction-assembler
760
 dw set_instruction-instruction_handler
758
 db 'sgdt',0
761
 db 'sgdt',0
759
 dw lgdt_instruction-assembler
762
 dw lgdt_instruction-instruction_handler
760
 db 'shld',0A4h
763
 db 'shld',0A4h
761
 dw shd_instruction-assembler
764
 dw shd_instruction-instruction_handler
762
 db 'shrd',0ACh
765
 db 'shrd',0ACh
763
 dw shd_instruction-assembler
766
 dw shd_instruction-instruction_handler
764
 db 'sidt',1
767
 db 'sidt',1
765
 dw lgdt_instruction-assembler
768
 dw lgdt_instruction-instruction_handler
766
 db 'sldt',0
769
 db 'sldt',0
767
 dw pm_store_word_instruction-assembler
770
 dw pm_store_word_instruction-instruction_handler
768
 db 'smsw',14h
771
 db 'smsw',14h
769
 dw pm_store_word_instruction-assembler
772
 dw pm_store_word_instruction-instruction_handler
770
 db 'stgi',0DCh
773
 db 'stgi',0DCh
771
 dw simple_vmx_instruction-assembler
774
 dw simple_vmx_instruction-instruction_handler
772
 db 'stos',0AAh
775
 db 'stos',0AAh
773
 dw stos_instruction-assembler
776
 dw stos_instruction-instruction_handler
774
 db 'test',0
777
 db 'test',0
775
 dw test_instruction-assembler
778
 dw test_instruction-instruction_handler
776
 db 'verr',4
779
 db 'verr',4
777
 dw pm_word_instruction-assembler
780
 dw pm_word_instruction-instruction_handler
778
 db 'verw',5
781
 db 'verw',5
779
 dw pm_word_instruction-assembler
782
 dw pm_word_instruction-instruction_handler
780
 db 'wait',9Bh
783
 db 'wait',9Bh
781
 dw simple_instruction-assembler
784
 dw simple_instruction-instruction_handler
782
 db 'xadd',0C0h
785
 db 'xadd',0C0h
783
 dw basic_486_instruction-assembler
786
 dw basic_486_instruction-instruction_handler
784
 db 'xchg',0
787
 db 'xchg',0
785
 dw xchg_instruction-assembler
788
 dw xchg_instruction-instruction_handler
786
 db 'xlat',0D7h
789
 db 'xlat',0D7h
787
 dw xlat_instruction-assembler
790
 dw xlat_instruction-instruction_handler
788
instructions_5:
791
instructions_5:
789
 db 'addpd',58h
792
 db 'addpd',58h
790
 dw sse_pd_instruction-assembler
793
 dw sse_pd_instruction-instruction_handler
791
 db 'addps',58h
794
 db 'addps',58h
792
 dw sse_ps_instruction-assembler
795
 dw sse_ps_instruction-instruction_handler
793
 db 'addsd',58h
796
 db 'addsd',58h
794
 dw sse_sd_instruction-assembler
797
 dw sse_sd_instruction-instruction_handler
795
 db 'addss',58h
798
 db 'addss',58h
796
 dw sse_ss_instruction-assembler
799
 dw sse_ss_instruction-instruction_handler
797
 db 'align',0
800
 db 'align',0
798
 dw align_directive-assembler
801
 dw align_directive-instruction_handler
799
 db 'andpd',54h
802
 db 'andpd',54h
800
 dw sse_pd_instruction-assembler
803
 dw sse_pd_instruction-instruction_handler
801
 db 'andps',54h
804
 db 'andps',54h
802
 dw sse_ps_instruction-assembler
805
 dw sse_ps_instruction-instruction_handler
803
 db 'bound',0
806
 db 'bound',0
804
 dw bound_instruction-assembler
807
 dw bound_instruction-instruction_handler
805
 db 'break',0
808
 db 'break',0
806
 dw break_directive-assembler
809
 dw break_directive-instruction_handler
807
 db 'bswap',0
810
 db 'bswap',0
808
 dw bswap_instruction-assembler
811
 dw bswap_instruction-instruction_handler
809
 db 'cmova',47h
812
 db 'cmova',47h
810
 dw cmov_instruction-assembler
813
 dw cmov_instruction-instruction_handler
811
 db 'cmovb',42h
814
 db 'cmovb',42h
812
 dw cmov_instruction-assembler
815
 dw cmov_instruction-instruction_handler
813
 db 'cmovc',42h
816
 db 'cmovc',42h
814
 dw cmov_instruction-assembler
817
 dw cmov_instruction-instruction_handler
815
 db 'cmove',44h
818
 db 'cmove',44h
816
 dw cmov_instruction-assembler
819
 dw cmov_instruction-instruction_handler
817
 db 'cmovg',4Fh
820
 db 'cmovg',4Fh
818
 dw cmov_instruction-assembler
821
 dw cmov_instruction-instruction_handler
819
 db 'cmovl',4Ch
822
 db 'cmovl',4Ch
820
 dw cmov_instruction-assembler
823
 dw cmov_instruction-instruction_handler
821
 db 'cmovo',40h
824
 db 'cmovo',40h
822
 dw cmov_instruction-assembler
825
 dw cmov_instruction-instruction_handler
823
 db 'cmovp',4Ah
826
 db 'cmovp',4Ah
824
 dw cmov_instruction-assembler
827
 dw cmov_instruction-instruction_handler
825
 db 'cmovs',48h
828
 db 'cmovs',48h
826
 dw cmov_instruction-assembler
829
 dw cmov_instruction-instruction_handler
827
 db 'cmovz',44h
830
 db 'cmovz',44h
828
 dw cmov_instruction-assembler
831
 dw cmov_instruction-instruction_handler
829
 db 'cmppd',0
832
 db 'cmppd',0
830
 dw cmppd_instruction-assembler
833
 dw cmppd_instruction-instruction_handler
831
 db 'cmpps',0
834
 db 'cmpps',0
832
 dw cmpps_instruction-assembler
835
 dw cmpps_instruction-instruction_handler
833
 db 'cmpsb',0A6h
836
 db 'cmpsb',0A6h
834
 dw simple_instruction-assembler
837
 dw simple_instruction-instruction_handler
835
 db 'cmpsd',0
838
 db 'cmpsd',0
836
 dw cmpsd_instruction-assembler
839
 dw cmpsd_instruction-instruction_handler
837
 db 'cmpsq',0A7h
840
 db 'cmpsq',0A7h
838
 dw simple_instruction_64bit-assembler
841
 dw simple_instruction_64bit-instruction_handler
839
 db 'cmpss',0
842
 db 'cmpss',0
840
 dw cmpss_instruction-assembler
843
 dw cmpss_instruction-instruction_handler
841
 db 'cmpsw',0A7h
844
 db 'cmpsw',0A7h
842
 dw simple_instruction_16bit-assembler
845
 dw simple_instruction_16bit-instruction_handler
843
 db 'cpuid',0A2h
846
 db 'cpuid',0A2h
844
 dw simple_extended_instruction-assembler
847
 dw simple_extended_instruction-instruction_handler
845
 db 'crc32',0
848
 db 'crc32',0
846
 dw crc32_instruction-assembler
849
 dw crc32_instruction-instruction_handler
847
 db 'divpd',5Eh
850
 db 'divpd',5Eh
848
 dw sse_pd_instruction-assembler
851
 dw sse_pd_instruction-instruction_handler
849
 db 'divps',5Eh
852
 db 'divps',5Eh
850
 dw sse_ps_instruction-assembler
853
 dw sse_ps_instruction-instruction_handler
851
 db 'divsd',5Eh
854
 db 'divsd',5Eh
852
 dw sse_sd_instruction-assembler
855
 dw sse_sd_instruction-instruction_handler
853
 db 'divss',5Eh
856
 db 'divss',5Eh
854
 dw sse_ss_instruction-assembler
857
 dw sse_ss_instruction-instruction_handler
855
 db 'enter',0
858
 db 'enter',0
856
 dw enter_instruction-assembler
859
 dw enter_instruction-instruction_handler
857
 db 'entry',0
860
 db 'entry',0
858
 dw entry_directive-assembler
861
 dw entry_directive-instruction_handler
859
 db 'extrn',0
862
 db 'extrn',0
860
 dw extrn_directive-assembler
863
 dw extrn_directive-instruction_handler
861
 db 'extrq',0
864
 db 'extrq',0
862
 dw extrq_instruction-assembler
865
 dw extrq_instruction-instruction_handler
863
 db 'f2xm1',110000b
866
 db 'f2xm1',110000b
864
 dw simple_fpu_instruction-assembler
867
 dw simple_fpu_instruction-instruction_handler
865
 db 'faddp',0
868
 db 'faddp',0
866
 dw faddp_instruction-assembler
869
 dw faddp_instruction-instruction_handler
867
 db 'fbstp',6
870
 db 'fbstp',6
868
 dw fbld_instruction-assembler
871
 dw fbld_instruction-instruction_handler
869
 db 'fclex',0E2h
872
 db 'fclex',0E2h
870
 dw finit_instruction-assembler
873
 dw finit_instruction-instruction_handler
871
 db 'fcomi',0F0h
874
 db 'fcomi',0F0h
872
 dw fcomi_instruction-assembler
875
 dw fcomi_instruction-instruction_handler
873
 db 'fcomp',3
876
 db 'fcomp',3
874
 dw basic_fpu_instruction-assembler
877
 dw basic_fpu_instruction-instruction_handler
875
 db 'fdisi',0E1h
878
 db 'fdisi',0E1h
876
 dw finit_instruction-assembler
879
 dw finit_instruction-instruction_handler
877
 db 'fdivp',7
880
 db 'fdivp',7
878
 dw faddp_instruction-assembler
881
 dw faddp_instruction-instruction_handler
879
 db 'fdivr',7
882
 db 'fdivr',7
880
 dw basic_fpu_instruction-assembler
883
 dw basic_fpu_instruction-instruction_handler
881
 db 'femms',0Eh
884
 db 'femms',0Eh
882
 dw simple_extended_instruction-assembler
885
 dw simple_extended_instruction-instruction_handler
883
 db 'ffree',0
886
 db 'ffree',0
884
 dw ffree_instruction-assembler
887
 dw ffree_instruction-instruction_handler
885
 db 'fiadd',0
888
 db 'fiadd',0
886
 dw fi_instruction-assembler
889
 dw fi_instruction-instruction_handler
887
 db 'ficom',2
890
 db 'ficom',2
888
 dw fi_instruction-assembler
891
 dw fi_instruction-instruction_handler
889
 db 'fidiv',6
892
 db 'fidiv',6
890
 dw fi_instruction-assembler
893
 dw fi_instruction-instruction_handler
891
 db 'fimul',1
894
 db 'fimul',1
892
 dw fi_instruction-assembler
895
 dw fi_instruction-instruction_handler
893
 db 'finit',0E3h
896
 db 'finit',0E3h
894
 dw finit_instruction-assembler
897
 dw finit_instruction-instruction_handler
895
 db 'fistp',3
898
 db 'fistp',3
896
 dw fild_instruction-assembler
899
 dw fild_instruction-instruction_handler
897
 db 'fisub',4
900
 db 'fisub',4
898
 dw fi_instruction-assembler
901
 dw fi_instruction-instruction_handler
899
 db 'fldcw',5
902
 db 'fldcw',5
900
 dw fldcw_instruction-assembler
903
 dw fldcw_instruction-instruction_handler
901
 db 'fldpi',101011b
904
 db 'fldpi',101011b
902
 dw simple_fpu_instruction-assembler
905
 dw simple_fpu_instruction-instruction_handler
903
 db 'fmulp',1
906
 db 'fmulp',1
904
 dw faddp_instruction-assembler
907
 dw faddp_instruction-instruction_handler
905
 db 'fneni',0E0h
908
 db 'fneni',0E0h
906
 dw fninit_instruction-assembler
909
 dw fninit_instruction-instruction_handler
907
 db 'fprem',111000b
910
 db 'fprem',111000b
908
 dw simple_fpu_instruction-assembler
911
 dw simple_fpu_instruction-instruction_handler
909
 db 'fptan',110010b
912
 db 'fptan',110010b
910
 dw simple_fpu_instruction-assembler
913
 dw simple_fpu_instruction-instruction_handler
911
 db 'fsave',6
914
 db 'fsave',6
912
 dw fsave_instruction-assembler
915
 dw fsave_instruction-instruction_handler
913
 db 'fsqrt',111010b
916
 db 'fsqrt',111010b
914
 dw simple_fpu_instruction-assembler
917
 dw simple_fpu_instruction-instruction_handler
915
 db 'fstcw',7
918
 db 'fstcw',7
916
 dw fstcw_instruction-assembler
919
 dw fstcw_instruction-instruction_handler
917
 db 'fstsw',0
920
 db 'fstsw',0
918
 dw fstsw_instruction-assembler
921
 dw fstsw_instruction-instruction_handler
919
 db 'fsubp',5
922
 db 'fsubp',5
920
 dw faddp_instruction-assembler
923
 dw faddp_instruction-instruction_handler
921
 db 'fsubr',5
924
 db 'fsubr',5
922
 dw basic_fpu_instruction-assembler
925
 dw basic_fpu_instruction-instruction_handler
923
 db 'fucom',4
926
 db 'fucom',4
924
 dw ffree_instruction-assembler
927
 dw ffree_instruction-instruction_handler
925
 db 'fwait',9Bh
928
 db 'fwait',9Bh
926
 dw simple_instruction-assembler
929
 dw simple_instruction-instruction_handler
927
 db 'fyl2x',110001b
930
 db 'fyl2x',110001b
928
 dw simple_fpu_instruction-assembler
931
 dw simple_fpu_instruction-instruction_handler
929
 db 'icebp',0F1h
932
 db 'icebp',0F1h
930
 dw simple_instruction-assembler
933
 dw simple_instruction-instruction_handler
931
 db 'iretd',0CFh
934
 db 'iretd',0CFh
932
 dw simple_instruction_32bit-assembler
935
 dw simple_instruction_32bit-instruction_handler
933
 db 'iretq',0CFh
936
 db 'iretq',0CFh
934
 dw simple_instruction_64bit-assembler
937
 dw simple_instruction_64bit-instruction_handler
935
 db 'iretw',0CFh
938
 db 'iretw',0CFh
936
 dw simple_instruction_16bit-assembler
939
 dw simple_instruction_16bit-instruction_handler
937
 db 'jecxz',0E3h
940
 db 'jecxz',0E3h
938
 dw loop_instruction_32bit-assembler
941
 dw loop_instruction_32bit-instruction_handler
939
 db 'jrcxz',0E3h
942
 db 'jrcxz',0E3h
940
 dw loop_instruction_64bit-assembler
943
 dw loop_instruction_64bit-instruction_handler
941
 db 'label',0
944
 db 'label',0
942
 dw label_directive-assembler
945
 dw label_directive-instruction_handler
943
 db 'lddqu',0
946
 db 'lddqu',0
944
 dw lddqu_instruction-assembler
947
 dw lddqu_instruction-instruction_handler
945
 db 'leave',0C9h
948
 db 'leave',0C9h
946
 dw simple_instruction-assembler
949
 dw simple_instruction-instruction_handler
947
 db 'lodsb',0ACh
950
 db 'lodsb',0ACh
948
 dw simple_instruction-assembler
951
 dw simple_instruction-instruction_handler
949
 db 'lodsd',0ADh
952
 db 'lodsd',0ADh
950
 dw simple_instruction_32bit-assembler
953
 dw simple_instruction_32bit-instruction_handler
951
 db 'lodsq',0ADh
954
 db 'lodsq',0ADh
952
 dw simple_instruction_64bit-assembler
955
 dw simple_instruction_64bit-instruction_handler
953
 db 'lodsw',0ADh
956
 db 'lodsw',0ADh
954
 dw simple_instruction_16bit-assembler
957
 dw simple_instruction_16bit-instruction_handler
955
 db 'loopd',0E2h
958
 db 'loopd',0E2h
956
 dw loop_instruction_32bit-assembler
959
 dw loop_instruction_32bit-instruction_handler
957
 db 'loope',0E1h
960
 db 'loope',0E1h
958
 dw loop_instruction-assembler
961
 dw loop_instruction-instruction_handler
959
 db 'loopq',0E2h
962
 db 'loopq',0E2h
960
 dw loop_instruction_64bit-assembler
963
 dw loop_instruction_64bit-instruction_handler
961
 db 'loopw',0E2h
964
 db 'loopw',0E2h
962
 dw loop_instruction_16bit-assembler
965
 dw loop_instruction_16bit-instruction_handler
963
 db 'loopz',0E1h
966
 db 'loopz',0E1h
964
 dw loop_instruction-assembler
967
 dw loop_instruction-instruction_handler
965
 db 'lzcnt',0BDh
968
 db 'lzcnt',0BDh
966
 dw popcnt_instruction-assembler
969
 dw popcnt_instruction-instruction_handler
967
 db 'maxpd',5Fh
970
 db 'maxpd',5Fh
968
 dw sse_pd_instruction-assembler
971
 dw sse_pd_instruction-instruction_handler
969
 db 'maxps',5Fh
972
 db 'maxps',5Fh
970
 dw sse_ps_instruction-assembler
973
 dw sse_ps_instruction-instruction_handler
971
 db 'maxsd',5Fh
974
 db 'maxsd',5Fh
972
 dw sse_sd_instruction-assembler
975
 dw sse_sd_instruction-instruction_handler
973
 db 'maxss',5Fh
976
 db 'maxss',5Fh
974
 dw sse_ss_instruction-assembler
977
 dw sse_ss_instruction-instruction_handler
975
 db 'minpd',5Dh
978
 db 'minpd',5Dh
976
 dw sse_pd_instruction-assembler
979
 dw sse_pd_instruction-instruction_handler
977
 db 'minps',5Dh
980
 db 'minps',5Dh
978
 dw sse_ps_instruction-assembler
981
 dw sse_ps_instruction-instruction_handler
979
 db 'minsd',5Dh
982
 db 'minsd',5Dh
980
 dw sse_sd_instruction-assembler
983
 dw sse_sd_instruction-instruction_handler
981
 db 'minss',5Dh
984
 db 'minss',5Dh
982
 dw sse_ss_instruction-assembler
985
 dw sse_ss_instruction-instruction_handler
-
 
986
 db 'movbe',0F0h
-
 
987
 dw movbe_instruction-instruction_handler
983
 db 'movsb',0A4h
988
 db 'movsb',0A4h
984
 dw simple_instruction-assembler
989
 dw simple_instruction-instruction_handler
985
 db 'movsd',0
990
 db 'movsd',0
986
 dw movsd_instruction-assembler
991
 dw movsd_instruction-instruction_handler
987
 db 'movsq',0A5h
992
 db 'movsq',0A5h
988
 dw simple_instruction_64bit-assembler
993
 dw simple_instruction_64bit-instruction_handler
989
 db 'movss',0
994
 db 'movss',0
990
 dw movss_instruction-assembler
995
 dw movss_instruction-instruction_handler
991
 db 'movsw',0A5h
996
 db 'movsw',0A5h
992
 dw simple_instruction_16bit-assembler
997
 dw simple_instruction_16bit-instruction_handler
993
 db 'movsx',0BEh
998
 db 'movsx',0BEh
994
 dw movx_instruction-assembler
999
 dw movx_instruction-instruction_handler
995
 db 'movzx',0B6h
1000
 db 'movzx',0B6h
996
 dw movx_instruction-assembler
1001
 dw movx_instruction-instruction_handler
997
 db 'mulpd',59h
1002
 db 'mulpd',59h
998
 dw sse_pd_instruction-assembler
1003
 dw sse_pd_instruction-instruction_handler
999
 db 'mulps',59h
1004
 db 'mulps',59h
1000
 dw sse_ps_instruction-assembler
1005
 dw sse_ps_instruction-instruction_handler
1001
 db 'mulsd',59h
1006
 db 'mulsd',59h
1002
 dw sse_sd_instruction-assembler
1007
 dw sse_sd_instruction-instruction_handler
1003
 db 'mulss',59h
1008
 db 'mulss',59h
1004
 dw sse_ss_instruction-assembler
1009
 dw sse_ss_instruction-instruction_handler
1005
 db 'mwait',0C9h
1010
 db 'mwait',0C9h
1006
 dw monitor_instruction-assembler
1011
 dw monitor_instruction-instruction_handler
1007
 db 'outsb',6Eh
1012
 db 'outsb',6Eh
1008
 dw simple_instruction-assembler
1013
 dw simple_instruction-instruction_handler
1009
 db 'outsd',6Fh
1014
 db 'outsd',6Fh
1010
 dw simple_instruction_32bit-assembler
1015
 dw simple_instruction_32bit-instruction_handler
1011
 db 'outsw',6Fh
1016
 db 'outsw',6Fh
1012
 dw simple_instruction_16bit-assembler
1017
 dw simple_instruction_16bit-instruction_handler
1013
 db 'pabsb',1Ch
1018
 db 'pabsb',1Ch
1014
 dw ssse3_instruction-assembler
1019
 dw ssse3_instruction-instruction_handler
1015
 db 'pabsd',1Eh
1020
 db 'pabsd',1Eh
1016
 dw ssse3_instruction-assembler
1021
 dw ssse3_instruction-instruction_handler
1017
 db 'pabsw',1Dh
1022
 db 'pabsw',1Dh
1018
 dw ssse3_instruction-assembler
1023
 dw ssse3_instruction-instruction_handler
1019
 db 'paddb',0FCh
1024
 db 'paddb',0FCh
1020
 dw basic_mmx_instruction-assembler
1025
 dw basic_mmx_instruction-instruction_handler
1021
 db 'paddd',0FEh
1026
 db 'paddd',0FEh
1022
 dw basic_mmx_instruction-assembler
1027
 dw basic_mmx_instruction-instruction_handler
1023
 db 'paddq',0D4h
1028
 db 'paddq',0D4h
1024
 dw basic_mmx_instruction-assembler
1029
 dw basic_mmx_instruction-instruction_handler
1025
 db 'paddw',0FDh
1030
 db 'paddw',0FDh
1026
 dw basic_mmx_instruction-assembler
1031
 dw basic_mmx_instruction-instruction_handler
1027
 db 'pandn',0DFh
1032
 db 'pandn',0DFh
1028
 dw basic_mmx_instruction-assembler
1033
 dw basic_mmx_instruction-instruction_handler
1029
 db 'pause',0
1034
 db 'pause',0
1030
 dw pause_instruction-assembler
1035
 dw pause_instruction-instruction_handler
1031
 db 'pavgb',0E0h
1036
 db 'pavgb',0E0h
1032
 dw basic_mmx_instruction-assembler
1037
 dw basic_mmx_instruction-instruction_handler
1033
 db 'pavgw',0E3h
1038
 db 'pavgw',0E3h
1034
 dw basic_mmx_instruction-assembler
1039
 dw basic_mmx_instruction-instruction_handler
1035
 db 'pf2id',1Dh
1040
 db 'pf2id',1Dh
1036
 dw amd3dnow_instruction-assembler
1041
 dw amd3dnow_instruction-instruction_handler
1037
 db 'pf2iw',1Ch
1042
 db 'pf2iw',1Ch
1038
 dw amd3dnow_instruction-assembler
1043
 dw amd3dnow_instruction-instruction_handler
1039
 db 'pfacc',0AEh
1044
 db 'pfacc',0AEh
1040
 dw amd3dnow_instruction-assembler
1045
 dw amd3dnow_instruction-instruction_handler
1041
 db 'pfadd',9Eh
1046
 db 'pfadd',9Eh
1042
 dw amd3dnow_instruction-assembler
1047
 dw amd3dnow_instruction-instruction_handler
1043
 db 'pfmax',0A4h
1048
 db 'pfmax',0A4h
1044
 dw amd3dnow_instruction-assembler
1049
 dw amd3dnow_instruction-instruction_handler
1045
 db 'pfmin',94h
1050
 db 'pfmin',94h
1046
 dw amd3dnow_instruction-assembler
1051
 dw amd3dnow_instruction-instruction_handler
1047
 db 'pfmul',0B4h
1052
 db 'pfmul',0B4h
1048
 dw amd3dnow_instruction-assembler
1053
 dw amd3dnow_instruction-instruction_handler
1049
 db 'pfrcp',96h
1054
 db 'pfrcp',96h
1050
 dw amd3dnow_instruction-assembler
1055
 dw amd3dnow_instruction-instruction_handler
1051
 db 'pfsub',9Ah
1056
 db 'pfsub',9Ah
1052
 dw amd3dnow_instruction-assembler
1057
 dw amd3dnow_instruction-instruction_handler
1053
 db 'pi2fd',0Dh
1058
 db 'pi2fd',0Dh
1054
 dw amd3dnow_instruction-assembler
1059
 dw amd3dnow_instruction-instruction_handler
1055
 db 'pi2fw',0Ch
1060
 db 'pi2fw',0Ch
1056
 dw amd3dnow_instruction-assembler
1061
 dw amd3dnow_instruction-instruction_handler
1057
 db 'popad',61h
1062
 db 'popad',61h
1058
 dw simple_instruction_32bit_except64-assembler
1063
 dw simple_instruction_32bit_except64-instruction_handler
1059
 db 'popaw',61h
1064
 db 'popaw',61h
1060
 dw simple_instruction_16bit_except64-assembler
1065
 dw simple_instruction_16bit_except64-instruction_handler
1061
 db 'popfd',9Dh
1066
 db 'popfd',9Dh
1062
 dw simple_instruction_32bit_except64-assembler
1067
 dw simple_instruction_32bit_except64-instruction_handler
1063
 db 'popfq',9Dh
1068
 db 'popfq',9Dh
1064
 dw simple_instruction_only64-assembler
1069
 dw simple_instruction_only64-instruction_handler
1065
 db 'popfw',9Dh
1070
 db 'popfw',9Dh
1066
 dw simple_instruction_16bit-assembler
1071
 dw simple_instruction_16bit-instruction_handler
1067
 db 'pslld',0F2h
1072
 db 'pslld',0F2h
1068
 dw mmx_ps_instruction-assembler
1073
 dw mmx_ps_instruction-instruction_handler
1069
 db 'psllq',0F3h
1074
 db 'psllq',0F3h
1070
 dw mmx_ps_instruction-assembler
1075
 dw mmx_ps_instruction-instruction_handler
1071
 db 'psllw',0F1h
1076
 db 'psllw',0F1h
1072
 dw mmx_ps_instruction-assembler
1077
 dw mmx_ps_instruction-instruction_handler
1073
 db 'psrad',0E2h
1078
 db 'psrad',0E2h
1074
 dw mmx_ps_instruction-assembler
1079
 dw mmx_ps_instruction-instruction_handler
1075
 db 'psraw',0E1h
1080
 db 'psraw',0E1h
1076
 dw mmx_ps_instruction-assembler
1081
 dw mmx_ps_instruction-instruction_handler
1077
 db 'psrld',0D2h
1082
 db 'psrld',0D2h
1078
 dw mmx_ps_instruction-assembler
1083
 dw mmx_ps_instruction-instruction_handler
1079
 db 'psrlq',0D3h
1084
 db 'psrlq',0D3h
1080
 dw mmx_ps_instruction-assembler
1085
 dw mmx_ps_instruction-instruction_handler
1081
 db 'psrlw',0D1h
1086
 db 'psrlw',0D1h
1082
 dw mmx_ps_instruction-assembler
1087
 dw mmx_ps_instruction-instruction_handler
1083
 db 'psubb',0F8h
1088
 db 'psubb',0F8h
1084
 dw basic_mmx_instruction-assembler
1089
 dw basic_mmx_instruction-instruction_handler
1085
 db 'psubd',0FAh
1090
 db 'psubd',0FAh
1086
 dw basic_mmx_instruction-assembler
1091
 dw basic_mmx_instruction-instruction_handler
1087
 db 'psubq',0FBh
1092
 db 'psubq',0FBh
1088
 dw basic_mmx_instruction-assembler
1093
 dw basic_mmx_instruction-instruction_handler
1089
 db 'psubw',0F9h
1094
 db 'psubw',0F9h
1090
 dw basic_mmx_instruction-assembler
1095
 dw basic_mmx_instruction-instruction_handler
1091
 db 'ptest',17h
1096
 db 'ptest',17h
1092
 dw sse4_instruction_38-assembler
1097
 dw sse4_instruction_38-instruction_handler
1093
 db 'pusha',60h
1098
 db 'pusha',60h
1094
 dw simple_instruction_except64-assembler
1099
 dw simple_instruction_except64-instruction_handler
1095
 db 'pushd',4
1100
 db 'pushd',4
1096
 dw push_instruction-assembler
1101
 dw push_instruction-instruction_handler
1097
 db 'pushf',9Ch
1102
 db 'pushf',9Ch
1098
 dw simple_instruction-assembler
1103
 dw simple_instruction-instruction_handler
1099
 db 'pushq',8
1104
 db 'pushq',8
1100
 dw push_instruction-assembler
1105
 dw push_instruction-instruction_handler
1101
 db 'pushw',2
1106
 db 'pushw',2
1102
 dw push_instruction-assembler
1107
 dw push_instruction-instruction_handler
1103
 db 'rcpps',53h
1108
 db 'rcpps',53h
1104
 dw sse_ps_instruction-assembler
1109
 dw sse_ps_instruction-instruction_handler
1105
 db 'rcpss',53h
1110
 db 'rcpss',53h
1106
 dw sse_ss_instruction-assembler
1111
 dw sse_ss_instruction-instruction_handler
1107
 db 'rdmsr',32h
1112
 db 'rdmsr',32h
1108
 dw simple_extended_instruction-assembler
1113
 dw simple_extended_instruction-instruction_handler
1109
 db 'rdpmc',33h
1114
 db 'rdpmc',33h
1110
 dw simple_extended_instruction-assembler
1115
 dw simple_extended_instruction-instruction_handler
1111
 db 'rdtsc',31h
1116
 db 'rdtsc',31h
1112
 dw simple_extended_instruction-assembler
1117
 dw simple_extended_instruction-instruction_handler
1113
 db 'repne',0F2h
1118
 db 'repne',0F2h
1114
 dw prefix_instruction-assembler
1119
 dw prefix_instruction-instruction_handler
1115
 db 'repnz',0F2h
1120
 db 'repnz',0F2h
1116
 dw prefix_instruction-assembler
1121
 dw prefix_instruction-instruction_handler
1117
 db 'retfd',0CAh
1122
 db 'retfd',0CAh
1118
 dw ret_instruction_32bit-assembler
1123
 dw ret_instruction_32bit-instruction_handler
1119
 db 'retfq',0CAh
1124
 db 'retfq',0CAh
1120
 dw ret_instruction_64bit-assembler
1125
 dw ret_instruction_64bit-instruction_handler
1121
 db 'retfw',0CAh
1126
 db 'retfw',0CAh
1122
 dw ret_instruction_16bit-assembler
1127
 dw ret_instruction_16bit-instruction_handler
1123
 db 'retnd',0C2h
1128
 db 'retnd',0C2h
1124
 dw ret_instruction_32bit_except64-assembler
1129
 dw ret_instruction_32bit_except64-instruction_handler
1125
 db 'retnq',0C2h
1130
 db 'retnq',0C2h
1126
 dw ret_instruction_only64-assembler
1131
 dw ret_instruction_only64-instruction_handler
1127
 db 'retnw',0C2h
1132
 db 'retnw',0C2h
1128
 dw ret_instruction_16bit-assembler
1133
 dw ret_instruction_16bit-instruction_handler
1129
 db 'scasb',0AEh
1134
 db 'scasb',0AEh
1130
 dw simple_instruction-assembler
1135
 dw simple_instruction-instruction_handler
1131
 db 'scasd',0AFh
1136
 db 'scasd',0AFh
1132
 dw simple_instruction_32bit-assembler
1137
 dw simple_instruction_32bit-instruction_handler
1133
 db 'scasq',0AFh
1138
 db 'scasq',0AFh
1134
 dw simple_instruction_64bit-assembler
1139
 dw simple_instruction_64bit-instruction_handler
1135
 db 'scasw',0AFh
1140
 db 'scasw',0AFh
1136
 dw simple_instruction_16bit-assembler
1141
 dw simple_instruction_16bit-instruction_handler
1137
 db 'setae',93h
1142
 db 'setae',93h
1138
 dw set_instruction-assembler
1143
 dw set_instruction-instruction_handler
1139
 db 'setbe',96h
1144
 db 'setbe',96h
1140
 dw set_instruction-assembler
1145
 dw set_instruction-instruction_handler
1141
 db 'setge',9Dh
1146
 db 'setge',9Dh
1142
 dw set_instruction-assembler
1147
 dw set_instruction-instruction_handler
1143
 db 'setle',9Eh
1148
 db 'setle',9Eh
1144
 dw set_instruction-assembler
1149
 dw set_instruction-instruction_handler
1145
 db 'setna',96h
1150
 db 'setna',96h
1146
 dw set_instruction-assembler
1151
 dw set_instruction-instruction_handler
1147
 db 'setnb',93h
1152
 db 'setnb',93h
1148
 dw set_instruction-assembler
1153
 dw set_instruction-instruction_handler
1149
 db 'setnc',93h
1154
 db 'setnc',93h
1150
 dw set_instruction-assembler
1155
 dw set_instruction-instruction_handler
1151
 db 'setne',95h
1156
 db 'setne',95h
1152
 dw set_instruction-assembler
1157
 dw set_instruction-instruction_handler
1153
 db 'setng',9Eh
1158
 db 'setng',9Eh
1154
 dw set_instruction-assembler
1159
 dw set_instruction-instruction_handler
1155
 db 'setnl',9Dh
1160
 db 'setnl',9Dh
1156
 dw set_instruction-assembler
1161
 dw set_instruction-instruction_handler
1157
 db 'setno',91h
1162
 db 'setno',91h
1158
 dw set_instruction-assembler
1163
 dw set_instruction-instruction_handler
1159
 db 'setnp',9Bh
1164
 db 'setnp',9Bh
1160
 dw set_instruction-assembler
1165
 dw set_instruction-instruction_handler
1161
 db 'setns',99h
1166
 db 'setns',99h
1162
 dw set_instruction-assembler
1167
 dw set_instruction-instruction_handler
1163
 db 'setnz',95h
1168
 db 'setnz',95h
1164
 dw set_instruction-assembler
1169
 dw set_instruction-instruction_handler
1165
 db 'setpe',9Ah
1170
 db 'setpe',9Ah
1166
 dw set_instruction-assembler
1171
 dw set_instruction-instruction_handler
1167
 db 'setpo',9Bh
1172
 db 'setpo',9Bh
1168
 dw set_instruction-assembler
1173
 dw set_instruction-instruction_handler
1169
 db 'stack',0
1174
 db 'stack',0
1170
 dw stack_directive-assembler
1175
 dw stack_directive-instruction_handler
1171
 db 'store',0
1176
 db 'store',0
1172
 dw store_directive-assembler
1177
 dw store_directive-instruction_handler
1173
 db 'stosb',0AAh
1178
 db 'stosb',0AAh
1174
 dw simple_instruction-assembler
1179
 dw simple_instruction-instruction_handler
1175
 db 'stosd',0ABh
1180
 db 'stosd',0ABh
1176
 dw simple_instruction_32bit-assembler
1181
 dw simple_instruction_32bit-instruction_handler
1177
 db 'stosq',0ABh
1182
 db 'stosq',0ABh
1178
 dw simple_instruction_64bit-assembler
1183
 dw simple_instruction_64bit-instruction_handler
1179
 db 'stosw',0ABh
1184
 db 'stosw',0ABh
1180
 dw simple_instruction_16bit-assembler
1185
 dw simple_instruction_16bit-instruction_handler
1181
 db 'subpd',5Ch
1186
 db 'subpd',5Ch
1182
 dw sse_pd_instruction-assembler
1187
 dw sse_pd_instruction-instruction_handler
1183
 db 'subps',5Ch
1188
 db 'subps',5Ch
1184
 dw sse_ps_instruction-assembler
1189
 dw sse_ps_instruction-instruction_handler
1185
 db 'subsd',5Ch
1190
 db 'subsd',5Ch
1186
 dw sse_sd_instruction-assembler
1191
 dw sse_sd_instruction-instruction_handler
1187
 db 'subss',5Ch
1192
 db 'subss',5Ch
1188
 dw sse_ss_instruction-assembler
1193
 dw sse_ss_instruction-instruction_handler
1189
 db 'times',0
1194
 db 'times',0
1190
 dw times_directive-assembler
1195
 dw times_directive-instruction_handler
1191
 db 'vmrun',0D8h
1196
 db 'vmrun',0D8h
1192
 dw simple_svm_instruction-assembler
1197
 dw simple_svm_instruction-instruction_handler
1193
 db 'vmxon',6
1198
 db 'vmxon',6
1194
 dw vmxon_instruction-assembler
1199
 dw vmxon_instruction-instruction_handler
1195
 db 'while',0
1200
 db 'while',0
1196
 dw while_directive-assembler
1201
 dw while_directive-instruction_handler
1197
 db 'wrmsr',30h
1202
 db 'wrmsr',30h
1198
 dw simple_extended_instruction-assembler
1203
 dw simple_extended_instruction-instruction_handler
1199
 db 'xlatb',0D7h
1204
 db 'xlatb',0D7h
1200
 dw simple_instruction-assembler
1205
 dw simple_instruction-instruction_handler
1201
 db 'xorpd',57h
1206
 db 'xorpd',57h
1202
 dw sse_pd_instruction-assembler
1207
 dw sse_pd_instruction-instruction_handler
1203
 db 'xorps',57h
1208
 db 'xorps',57h
1204
 dw sse_ps_instruction-assembler
1209
 dw sse_ps_instruction-instruction_handler
1205
instructions_6:
1210
instructions_6:
1206
 db 'andnpd',55h
1211
 db 'andnpd',55h
1207
 dw sse_pd_instruction-assembler
1212
 dw sse_pd_instruction-instruction_handler
1208
 db 'andnps',55h
1213
 db 'andnps',55h
1209
 dw sse_ps_instruction-assembler
1214
 dw sse_ps_instruction-instruction_handler
1210
 db 'cmovae',43h
1215
 db 'cmovae',43h
1211
 dw cmov_instruction-assembler
1216
 dw cmov_instruction-instruction_handler
1212
 db 'cmovbe',46h
1217
 db 'cmovbe',46h
1213
 dw cmov_instruction-assembler
1218
 dw cmov_instruction-instruction_handler
1214
 db 'cmovge',4Dh
1219
 db 'cmovge',4Dh
1215
 dw cmov_instruction-assembler
1220
 dw cmov_instruction-instruction_handler
1216
 db 'cmovle',4Eh
1221
 db 'cmovle',4Eh
1217
 dw cmov_instruction-assembler
1222
 dw cmov_instruction-instruction_handler
1218
 db 'cmovna',46h
1223
 db 'cmovna',46h
1219
 dw cmov_instruction-assembler
1224
 dw cmov_instruction-instruction_handler
1220
 db 'cmovnb',43h
1225
 db 'cmovnb',43h
1221
 dw cmov_instruction-assembler
1226
 dw cmov_instruction-instruction_handler
1222
 db 'cmovnc',43h
1227
 db 'cmovnc',43h
1223
 dw cmov_instruction-assembler
1228
 dw cmov_instruction-instruction_handler
1224
 db 'cmovne',45h
1229
 db 'cmovne',45h
1225
 dw cmov_instruction-assembler
1230
 dw cmov_instruction-instruction_handler
1226
 db 'cmovng',4Eh
1231
 db 'cmovng',4Eh
1227
 dw cmov_instruction-assembler
1232
 dw cmov_instruction-instruction_handler
1228
 db 'cmovnl',4Dh
1233
 db 'cmovnl',4Dh
1229
 dw cmov_instruction-assembler
1234
 dw cmov_instruction-instruction_handler
1230
 db 'cmovno',41h
1235
 db 'cmovno',41h
1231
 dw cmov_instruction-assembler
1236
 dw cmov_instruction-instruction_handler
1232
 db 'cmovnp',4Bh
1237
 db 'cmovnp',4Bh
1233
 dw cmov_instruction-assembler
1238
 dw cmov_instruction-instruction_handler
1234
 db 'cmovns',49h
1239
 db 'cmovns',49h
1235
 dw cmov_instruction-assembler
1240
 dw cmov_instruction-instruction_handler
1236
 db 'cmovnz',45h
1241
 db 'cmovnz',45h
1237
 dw cmov_instruction-assembler
1242
 dw cmov_instruction-instruction_handler
1238
 db 'cmovpe',4Ah
1243
 db 'cmovpe',4Ah
1239
 dw cmov_instruction-assembler
1244
 dw cmov_instruction-instruction_handler
1240
 db 'cmovpo',4Bh
1245
 db 'cmovpo',4Bh
1241
 dw cmov_instruction-assembler
1246
 dw cmov_instruction-instruction_handler
1242
 db 'comisd',2Fh
1247
 db 'comisd',2Fh
1243
 dw comisd_instruction-assembler
1248
 dw comisd_instruction-instruction_handler
1244
 db 'comiss',2Fh
1249
 db 'comiss',2Fh
1245
 dw comiss_instruction-assembler
1250
 dw comiss_instruction-instruction_handler
1246
 db 'fcmovb',0C0h
1251
 db 'fcmovb',0C0h
1247
 dw fcmov_instruction-assembler
1252
 dw fcmov_instruction-instruction_handler
1248
 db 'fcmove',0C8h
1253
 db 'fcmove',0C8h
1249
 dw fcmov_instruction-assembler
1254
 dw fcmov_instruction-instruction_handler
1250
 db 'fcmovu',0D8h
1255
 db 'fcmovu',0D8h
1251
 dw fcmov_instruction-assembler
1256
 dw fcmov_instruction-instruction_handler
1252
 db 'fcomip',0F0h
1257
 db 'fcomip',0F0h
1253
 dw fcomip_instruction-assembler
1258
 dw fcomip_instruction-instruction_handler
1254
 db 'fcompp',0
1259
 db 'fcompp',0
1255
 dw fcompp_instruction-assembler
1260
 dw fcompp_instruction-instruction_handler
1256
 db 'fdivrp',6
1261
 db 'fdivrp',6
1257
 dw faddp_instruction-assembler
1262
 dw faddp_instruction-instruction_handler
1258
 db 'ffreep',0
1263
 db 'ffreep',0
1259
 dw ffreep_instruction-assembler
1264
 dw ffreep_instruction-instruction_handler
1260
 db 'ficomp',3
1265
 db 'ficomp',3
1261
 dw fi_instruction-assembler
1266
 dw fi_instruction-instruction_handler
1262
 db 'fidivr',7
1267
 db 'fidivr',7
1263
 dw fi_instruction-assembler
1268
 dw fi_instruction-instruction_handler
1264
 db 'fisttp',1
1269
 db 'fisttp',1
1265
 dw fild_instruction-assembler
1270
 dw fild_instruction-instruction_handler
1266
 db 'fisubr',5
1271
 db 'fisubr',5
1267
 dw fi_instruction-assembler
1272
 dw fi_instruction-instruction_handler
1268
 db 'fldenv',4
1273
 db 'fldenv',4
1269
 dw fldenv_instruction-assembler
1274
 dw fldenv_instruction-instruction_handler
1270
 db 'fldl2e',101010b
1275
 db 'fldl2e',101010b
1271
 dw simple_fpu_instruction-assembler
1276
 dw simple_fpu_instruction-instruction_handler
1272
 db 'fldl2t',101001b
1277
 db 'fldl2t',101001b
1273
 dw simple_fpu_instruction-assembler
1278
 dw simple_fpu_instruction-instruction_handler
1274
 db 'fldlg2',101100b
1279
 db 'fldlg2',101100b
1275
 dw simple_fpu_instruction-assembler
1280
 dw simple_fpu_instruction-instruction_handler
1276
 db 'fldln2',101101b
1281
 db 'fldln2',101101b
1277
 dw simple_fpu_instruction-assembler
1282
 dw simple_fpu_instruction-instruction_handler
1278
 db 'fnclex',0E2h
1283
 db 'fnclex',0E2h
1279
 dw fninit_instruction-assembler
1284
 dw fninit_instruction-instruction_handler
1280
 db 'fndisi',0E1h
1285
 db 'fndisi',0E1h
1281
 dw fninit_instruction-assembler
1286
 dw fninit_instruction-instruction_handler
1282
 db 'fninit',0E3h
1287
 db 'fninit',0E3h
1283
 dw fninit_instruction-assembler
1288
 dw fninit_instruction-instruction_handler
1284
 db 'fnsave',6
1289
 db 'fnsave',6
1285
 dw fnsave_instruction-assembler
1290
 dw fnsave_instruction-instruction_handler
1286
 db 'fnstcw',7
1291
 db 'fnstcw',7
1287
 dw fldcw_instruction-assembler
1292
 dw fldcw_instruction-instruction_handler
1288
 db 'fnstsw',0
1293
 db 'fnstsw',0
1289
 dw fnstsw_instruction-assembler
1294
 dw fnstsw_instruction-instruction_handler
1290
 db 'format',0
1295
 db 'format',0
1291
 dw format_directive-assembler
1296
 dw format_directive-instruction_handler
1292
 db 'fpatan',110011b
1297
 db 'fpatan',110011b
1293
 dw simple_fpu_instruction-assembler
1298
 dw simple_fpu_instruction-instruction_handler
1294
 db 'fprem1',110101b
1299
 db 'fprem1',110101b
1295
 dw simple_fpu_instruction-assembler
1300
 dw simple_fpu_instruction-instruction_handler
1296
 db 'frstor',4
1301
 db 'frstor',4
1297
 dw fnsave_instruction-assembler
1302
 dw fnsave_instruction-instruction_handler
1298
 db 'frstpm',0E5h
1303
 db 'frstpm',0E5h
1299
 dw fninit_instruction-assembler
1304
 dw fninit_instruction-instruction_handler
1300
 db 'fsaved',6
1305
 db 'fsaved',6
1301
 dw fsave_instruction_32bit-assembler
1306
 dw fsave_instruction_32bit-instruction_handler
1302
 db 'fsavew',6
1307
 db 'fsavew',6
1303
 dw fsave_instruction_16bit-assembler
1308
 dw fsave_instruction_16bit-instruction_handler
1304
 db 'fscale',111101b
1309
 db 'fscale',111101b
1305
 dw simple_fpu_instruction-assembler
1310
 dw simple_fpu_instruction-instruction_handler
1306
 db 'fsetpm',0E4h
1311
 db 'fsetpm',0E4h
1307
 dw fninit_instruction-assembler
1312
 dw fninit_instruction-instruction_handler
1308
 db 'fstenv',6
1313
 db 'fstenv',6
1309
 dw fstenv_instruction-assembler
1314
 dw fstenv_instruction-instruction_handler
1310
 db 'fsubrp',4
1315
 db 'fsubrp',4
1311
 dw faddp_instruction-assembler
1316
 dw faddp_instruction-instruction_handler
1312
 db 'fucomi',0E8h
1317
 db 'fucomi',0E8h
1313
 dw fcomi_instruction-assembler
1318
 dw fcomi_instruction-instruction_handler
1314
 db 'fucomp',5
1319
 db 'fucomp',5
1315
 dw ffree_instruction-assembler
1320
 dw ffree_instruction-instruction_handler
1316
 db 'fxsave',0
1321
 db 'fxsave',0
1317
 dw fxsave_instruction-assembler
1322
 dw fxsave_instruction-instruction_handler
1318
 db 'getsec',37h
1323
 db 'getsec',37h
1319
 dw simple_extended_instruction-assembler
1324
 dw simple_extended_instruction-instruction_handler
1320
 db 'haddpd',07Ch
1325
 db 'haddpd',07Ch
1321
 dw sse_pd_instruction-assembler
1326
 dw sse_pd_instruction-instruction_handler
1322
 db 'haddps',07Ch
1327
 db 'haddps',07Ch
1323
 dw cvtpd2dq_instruction-assembler
1328
 dw cvtpd2dq_instruction-instruction_handler
1324
 db 'hsubpd',07Dh
1329
 db 'hsubpd',07Dh
1325
 dw sse_pd_instruction-assembler
1330
 dw sse_pd_instruction-instruction_handler
1326
 db 'hsubps',07Dh
1331
 db 'hsubps',07Dh
1327
 dw cvtpd2dq_instruction-assembler
1332
 dw cvtpd2dq_instruction-instruction_handler
1328
 db 'invept',80h
1333
 db 'invept',80h
1329
 dw vmx_inv_instruction-assembler
1334
 dw vmx_inv_instruction-instruction_handler
1330
 db 'invlpg',0
1335
 db 'invlpg',0
1331
 dw invlpg_instruction-assembler
1336
 dw invlpg_instruction-instruction_handler
1332
 db 'lfence',0E8h
1337
 db 'lfence',0E8h
1333
 dw fence_instruction-assembler
1338
 dw fence_instruction-instruction_handler
1334
 db 'looped',0E1h
1339
 db 'looped',0E1h
1335
 dw loop_instruction_32bit-assembler
1340
 dw loop_instruction_32bit-instruction_handler
1336
 db 'loopeq',0E1h
1341
 db 'loopeq',0E1h
1337
 dw loop_instruction_64bit-assembler
1342
 dw loop_instruction_64bit-instruction_handler
1338
 db 'loopew',0E1h
1343
 db 'loopew',0E1h
1339
 dw loop_instruction_16bit-assembler
1344
 dw loop_instruction_16bit-instruction_handler
1340
 db 'loopne',0E0h
1345
 db 'loopne',0E0h
1341
 dw loop_instruction-assembler
1346
 dw loop_instruction-instruction_handler
1342
 db 'loopnz',0E0h
1347
 db 'loopnz',0E0h
1343
 dw loop_instruction-assembler
1348
 dw loop_instruction-instruction_handler
1344
 db 'loopzd',0E1h
1349
 db 'loopzd',0E1h
1345
 dw loop_instruction_32bit-assembler
1350
 dw loop_instruction_32bit-instruction_handler
1346
 db 'loopzq',0E1h
1351
 db 'loopzq',0E1h
1347
 dw loop_instruction_64bit-assembler
1352
 dw loop_instruction_64bit-instruction_handler
1348
 db 'loopzw',0E1h
1353
 db 'loopzw',0E1h
1349
 dw loop_instruction_16bit-assembler
1354
 dw loop_instruction_16bit-instruction_handler
1350
 db 'mfence',0F0h
1355
 db 'mfence',0F0h
1351
 dw fence_instruction-assembler
1356
 dw fence_instruction-instruction_handler
1352
 db 'movapd',28h
1357
 db 'movapd',28h
1353
 dw movpd_instruction-assembler
1358
 dw movpd_instruction-instruction_handler
1354
 db 'movaps',28h
1359
 db 'movaps',28h
1355
 dw movps_instruction-assembler
1360
 dw movps_instruction-instruction_handler
1356
 db 'movdqa',66h
1361
 db 'movdqa',66h
1357
 dw movdq_instruction-assembler
1362
 dw movdq_instruction-instruction_handler
1358
 db 'movdqu',0F3h
1363
 db 'movdqu',0F3h
1359
 dw movdq_instruction-assembler
1364
 dw movdq_instruction-instruction_handler
1360
 db 'movhpd',16h
1365
 db 'movhpd',16h
1361
 dw movlpd_instruction-assembler
1366
 dw movlpd_instruction-instruction_handler
1362
 db 'movhps',16h
1367
 db 'movhps',16h
1363
 dw movlps_instruction-assembler
1368
 dw movlps_instruction-instruction_handler
1364
 db 'movlpd',12h
1369
 db 'movlpd',12h
1365
 dw movlpd_instruction-assembler
1370
 dw movlpd_instruction-instruction_handler
1366
 db 'movlps',12h
1371
 db 'movlps',12h
1367
 dw movlps_instruction-assembler
1372
 dw movlps_instruction-instruction_handler
1368
 db 'movnti',0C3h
1373
 db 'movnti',0C3h
1369
 dw movnti_instruction-assembler
1374
 dw movnti_instruction-instruction_handler
1370
 db 'movntq',0E7h
1375
 db 'movntq',0E7h
1371
 dw movntq_instruction-assembler
1376
 dw movntq_instruction-instruction_handler
1372
 db 'movsxd',63h
1377
 db 'movsxd',63h
1373
 dw movsxd_instruction-assembler
1378
 dw movsxd_instruction-instruction_handler
1374
 db 'movupd',10h
1379
 db 'movupd',10h
1375
 dw movpd_instruction-assembler
1380
 dw movpd_instruction-instruction_handler
1376
 db 'movups',10h
1381
 db 'movups',10h
1377
 dw movps_instruction-assembler
1382
 dw movps_instruction-instruction_handler
1378
 db 'paddsb',0ECh
1383
 db 'paddsb',0ECh
1379
 dw basic_mmx_instruction-assembler
1384
 dw basic_mmx_instruction-instruction_handler
1380
 db 'paddsw',0EDh
1385
 db 'paddsw',0EDh
1381
 dw basic_mmx_instruction-assembler
1386
 dw basic_mmx_instruction-instruction_handler
1382
 db 'pextrb',14h
1387
 db 'pextrb',14h
1383
 dw pextrb_instruction-assembler
1388
 dw pextrb_instruction-instruction_handler
1384
 db 'pextrd',16h
1389
 db 'pextrd',16h
1385
 dw pextrd_instruction-assembler
1390
 dw pextrd_instruction-instruction_handler
1386
 db 'pextrq',16h
1391
 db 'pextrq',16h
1387
 dw pextrq_instruction-assembler
1392
 dw pextrq_instruction-instruction_handler
1388
 db 'pextrw',15h
1393
 db 'pextrw',15h
1389
 dw pextrw_instruction-assembler
1394
 dw pextrw_instruction-instruction_handler
1390
 db 'pfnacc',8Ah
1395
 db 'pfnacc',8Ah
1391
 dw amd3dnow_instruction-assembler
1396
 dw amd3dnow_instruction-instruction_handler
1392
 db 'pfsubr',0AAh
1397
 db 'pfsubr',0AAh
1393
 dw amd3dnow_instruction-assembler
1398
 dw amd3dnow_instruction-instruction_handler
1394
 db 'phaddd',2
1399
 db 'phaddd',2
1395
 dw ssse3_instruction-assembler
1400
 dw ssse3_instruction-instruction_handler
1396
 db 'phaddw',1
1401
 db 'phaddw',1
1397
 dw ssse3_instruction-assembler
1402
 dw ssse3_instruction-instruction_handler
1398
 db 'phsubd',6
1403
 db 'phsubd',6
1399
 dw ssse3_instruction-assembler
1404
 dw ssse3_instruction-instruction_handler
1400
 db 'phsubw',5
1405
 db 'phsubw',5
1401
 dw ssse3_instruction-assembler
1406
 dw ssse3_instruction-instruction_handler
1402
 db 'pinsrb',20h
1407
 db 'pinsrb',20h
1403
 dw pinsrb_instruction-assembler
1408
 dw pinsrb_instruction-instruction_handler
1404
 db 'pinsrd',22h
1409
 db 'pinsrd',22h
1405
 dw pinsrd_instruction-assembler
1410
 dw pinsrd_instruction-instruction_handler
1406
 db 'pinsrq',22h
1411
 db 'pinsrq',22h
1407
 dw pinsrq_instruction-assembler
1412
 dw pinsrq_instruction-instruction_handler
1408
 db 'pinsrw',0C4h
1413
 db 'pinsrw',0C4h
1409
 dw pinsrw_instruction-assembler
1414
 dw pinsrw_instruction-instruction_handler
1410
 db 'pmaxsb',3Ch
1415
 db 'pmaxsb',3Ch
1411
 dw sse4_instruction_38-assembler
1416
 dw sse4_instruction_38-instruction_handler
1412
 db 'pmaxsd',3Dh
1417
 db 'pmaxsd',3Dh
1413
 dw sse4_instruction_38-assembler
1418
 dw sse4_instruction_38-instruction_handler
1414
 db 'pmaxsw',0EEh
1419
 db 'pmaxsw',0EEh
1415
 dw basic_mmx_instruction-assembler
1420
 dw basic_mmx_instruction-instruction_handler
1416
 db 'pmaxub',0DEh
1421
 db 'pmaxub',0DEh
1417
 dw basic_mmx_instruction-assembler
1422
 dw basic_mmx_instruction-instruction_handler
1418
 db 'pmaxud',3Fh
1423
 db 'pmaxud',3Fh
1419
 dw sse4_instruction_38-assembler
1424
 dw sse4_instruction_38-instruction_handler
1420
 db 'pmaxuw',3Eh
1425
 db 'pmaxuw',3Eh
1421
 dw sse4_instruction_38-assembler
1426
 dw sse4_instruction_38-instruction_handler
1422
 db 'pminsb',38h
1427
 db 'pminsb',38h
1423
 dw sse4_instruction_38-assembler
1428
 dw sse4_instruction_38-instruction_handler
1424
 db 'pminsd',39h
1429
 db 'pminsd',39h
1425
 dw sse4_instruction_38-assembler
1430
 dw sse4_instruction_38-instruction_handler
1426
 db 'pminsw',0EAh
1431
 db 'pminsw',0EAh
1427
 dw basic_mmx_instruction-assembler
1432
 dw basic_mmx_instruction-instruction_handler
1428
 db 'pminub',0DAh
1433
 db 'pminub',0DAh
1429
 dw basic_mmx_instruction-assembler
1434
 dw basic_mmx_instruction-instruction_handler
1430
 db 'pminud',3Bh
1435
 db 'pminud',3Bh
1431
 dw sse4_instruction_38-assembler
1436
 dw sse4_instruction_38-instruction_handler
1432
 db 'pminuw',3Ah
1437
 db 'pminuw',3Ah
1433
 dw sse4_instruction_38-assembler
1438
 dw sse4_instruction_38-instruction_handler
1434
 db 'pmuldq',28h
1439
 db 'pmuldq',28h
1435
 dw sse4_instruction_38-assembler
1440
 dw sse4_instruction_38-instruction_handler
1436
 db 'pmulhw',0E5h
1441
 db 'pmulhw',0E5h
1437
 dw basic_mmx_instruction-assembler
1442
 dw basic_mmx_instruction-instruction_handler
1438
 db 'pmulld',40h
1443
 db 'pmulld',40h
1439
 dw sse4_instruction_38-assembler
1444
 dw sse4_instruction_38-instruction_handler
1440
 db 'pmullw',0D5h
1445
 db 'pmullw',0D5h
1441
 dw basic_mmx_instruction-assembler
1446
 dw basic_mmx_instruction-instruction_handler
1442
 db 'popcnt',0B8h
1447
 db 'popcnt',0B8h
1443
 dw popcnt_instruction-assembler
1448
 dw popcnt_instruction-instruction_handler
1444
 db 'psadbw',0F6h
1449
 db 'psadbw',0F6h
1445
 dw basic_mmx_instruction-assembler
1450
 dw basic_mmx_instruction-instruction_handler
1446
 db 'pshufb',0
1451
 db 'pshufb',0
1447
 dw ssse3_instruction-assembler
1452
 dw ssse3_instruction-instruction_handler
1448
 db 'pshufd',66h
1453
 db 'pshufd',66h
1449
 dw pshufd_instruction-assembler
1454
 dw pshufd_instruction-instruction_handler
1450
 db 'pshufw',0
1455
 db 'pshufw',0
1451
 dw pshufw_instruction-assembler
1456
 dw pshufw_instruction-instruction_handler
1452
 db 'psignb',8
1457
 db 'psignb',8
1453
 dw ssse3_instruction-assembler
1458
 dw ssse3_instruction-instruction_handler
1454
 db 'psignd',0Ah
1459
 db 'psignd',0Ah
1455
 dw ssse3_instruction-assembler
1460
 dw ssse3_instruction-instruction_handler
1456
 db 'psignw',9
1461
 db 'psignw',9
1457
 dw ssse3_instruction-assembler
1462
 dw ssse3_instruction-instruction_handler
1458
 db 'pslldq',111b
1463
 db 'pslldq',111b
1459
 dw ps_dq_instruction-assembler
1464
 dw ps_dq_instruction-instruction_handler
1460
 db 'psrldq',011b
1465
 db 'psrldq',011b
1461
 dw ps_dq_instruction-assembler
1466
 dw ps_dq_instruction-instruction_handler
1462
 db 'psubsb',0E8h
1467
 db 'psubsb',0E8h
1463
 dw basic_mmx_instruction-assembler
1468
 dw basic_mmx_instruction-instruction_handler
1464
 db 'psubsw',0E9h
1469
 db 'psubsw',0E9h
1465
 dw basic_mmx_instruction-assembler
1470
 dw basic_mmx_instruction-instruction_handler
1466
 db 'pswapd',0BBh
1471
 db 'pswapd',0BBh
1467
 dw amd3dnow_instruction-assembler
1472
 dw amd3dnow_instruction-instruction_handler
1468
 db 'public',0
1473
 db 'public',0
1469
 dw public_directive-assembler
1474
 dw public_directive-instruction_handler
1470
 db 'pushad',60h
1475
 db 'pushad',60h
1471
 dw simple_instruction_32bit_except64-assembler
1476
 dw simple_instruction_32bit_except64-instruction_handler
1472
 db 'pushaw',60h
1477
 db 'pushaw',60h
1473
 dw simple_instruction_16bit_except64-assembler
1478
 dw simple_instruction_16bit_except64-instruction_handler
1474
 db 'pushfd',9Ch
1479
 db 'pushfd',9Ch
1475
 dw simple_instruction_32bit_except64-assembler
1480
 dw simple_instruction_32bit_except64-instruction_handler
1476
 db 'pushfq',9Ch
1481
 db 'pushfq',9Ch
1477
 dw simple_instruction_only64-assembler
1482
 dw simple_instruction_only64-instruction_handler
1478
 db 'pushfw',9Ch
1483
 db 'pushfw',9Ch
1479
 dw simple_instruction_16bit-assembler
1484
 dw simple_instruction_16bit-instruction_handler
1480
 db 'rdmsrq',32h
1485
 db 'rdmsrq',32h
1481
 dw simple_extended_instruction_64bit-assembler
1486
 dw simple_extended_instruction_64bit-instruction_handler
1482
 db 'rdtscp',1
1487
 db 'rdtscp',1
1483
 dw swapgs_instruction-assembler
1488
 dw swapgs_instruction-instruction_handler
1484
 db 'repeat',0
1489
 db 'repeat',0
1485
 dw repeat_directive-assembler
1490
 dw repeat_directive-instruction_handler
1486
 db 'setalc',0D6h
1491
 db 'setalc',0D6h
1487
 dw simple_instruction_except64-assembler
1492
 dw simple_instruction_except64-instruction_handler
1488
 db 'setnae',92h
1493
 db 'setnae',92h
1489
 dw set_instruction-assembler
1494
 dw set_instruction-instruction_handler
1490
 db 'setnbe',97h
1495
 db 'setnbe',97h
1491
 dw set_instruction-assembler
1496
 dw set_instruction-instruction_handler
1492
 db 'setnge',9Ch
1497
 db 'setnge',9Ch
1493
 dw set_instruction-assembler
1498
 dw set_instruction-instruction_handler
1494
 db 'setnle',9Fh
1499
 db 'setnle',9Fh
1495
 dw set_instruction-assembler
1500
 dw set_instruction-instruction_handler
1496
 db 'sfence',0F8h
1501
 db 'sfence',0F8h
1497
 dw fence_instruction-assembler
1502
 dw fence_instruction-instruction_handler
1498
 db 'shufpd',0C6h
1503
 db 'shufpd',0C6h
1499
 dw sse_pd_instruction_imm8-assembler
1504
 dw sse_pd_instruction_imm8-instruction_handler
1500
 db 'shufps',0C6h
1505
 db 'shufps',0C6h
1501
 dw sse_ps_instruction_imm8-assembler
1506
 dw sse_ps_instruction_imm8-instruction_handler
1502
 db 'skinit',0
1507
 db 'skinit',0
1503
 dw skinit_instruction-assembler
1508
 dw skinit_instruction-instruction_handler
1504
 db 'sqrtpd',51h
1509
 db 'sqrtpd',51h
1505
 dw sse_pd_instruction-assembler
1510
 dw sse_pd_instruction-instruction_handler
1506
 db 'sqrtps',51h
1511
 db 'sqrtps',51h
1507
 dw sse_ps_instruction-assembler
1512
 dw sse_ps_instruction-instruction_handler
1508
 db 'sqrtsd',51h
1513
 db 'sqrtsd',51h
1509
 dw sse_sd_instruction-assembler
1514
 dw sse_sd_instruction-instruction_handler
1510
 db 'sqrtss',51h
1515
 db 'sqrtss',51h
1511
 dw sse_ss_instruction-assembler
1516
 dw sse_ss_instruction-instruction_handler
1512
 db 'swapgs',0
1517
 db 'swapgs',0
1513
 dw swapgs_instruction-assembler
1518
 dw swapgs_instruction-instruction_handler
1514
 db 'sysret',07h
1519
 db 'sysret',07h
1515
 dw simple_extended_instruction-assembler
1520
 dw simple_extended_instruction-instruction_handler
1516
 db 'vmcall',0C1h
1521
 db 'vmcall',0C1h
1517
 dw simple_vmx_instruction-assembler
1522
 dw simple_vmx_instruction-instruction_handler
1518
 db 'vmload',0DAh
1523
 db 'vmload',0DAh
1519
 dw simple_svm_instruction-assembler
1524
 dw simple_svm_instruction-instruction_handler
1520
 db 'vmread',0
1525
 db 'vmread',0
1521
 dw vmread_instruction-assembler
1526
 dw vmread_instruction-instruction_handler
1522
 db 'vmsave',0DBh
1527
 db 'vmsave',0DBh
1523
 dw simple_svm_instruction-assembler
1528
 dw simple_svm_instruction-instruction_handler
1524
 db 'vmxoff',0C4h
1529
 db 'vmxoff',0C4h
1525
 dw simple_vmx_instruction-assembler
1530
 dw simple_vmx_instruction-instruction_handler
1526
 db 'wbinvd',9
1531
 db 'wbinvd',9
1527
 dw simple_extended_instruction-assembler
1532
 dw simple_extended_instruction-instruction_handler
1528
 db 'wrmsrq',30h
1533
 db 'wrmsrq',30h
1529
 dw simple_extended_instruction_64bit-assembler
1534
 dw simple_extended_instruction_64bit-instruction_handler
1530
instructions_7:
1535
instructions_7:
1531
 db 'blendpd',0Dh
1536
 db 'blendpd',0Dh
1532
 dw sse4_instruction_3a_imm8-assembler
1537
 dw sse4_instruction_3a_imm8-instruction_handler
1533
 db 'blendps',0Ch
1538
 db 'blendps',0Ch
1534
 dw sse4_instruction_3a_imm8-assembler
1539
 dw sse4_instruction_3a_imm8-instruction_handler
1535
 db 'clflush',111b
1540
 db 'clflush',111b
1536
 dw fxsave_instruction-assembler
1541
 dw fxsave_instruction-instruction_handler
1537
 db 'cmovnae',42h
1542
 db 'cmovnae',42h
1538
 dw cmov_instruction-assembler
1543
 dw cmov_instruction-instruction_handler
1539
 db 'cmovnbe',47h
1544
 db 'cmovnbe',47h
1540
 dw cmov_instruction-assembler
1545
 dw cmov_instruction-instruction_handler
1541
 db 'cmovnge',4Ch
1546
 db 'cmovnge',4Ch
1542
 dw cmov_instruction-assembler
1547
 dw cmov_instruction-instruction_handler
1543
 db 'cmovnle',4Fh
1548
 db 'cmovnle',4Fh
1544
 dw cmov_instruction-assembler
1549
 dw cmov_instruction-instruction_handler
1545
 db 'cmpeqpd',0
1550
 db 'cmpeqpd',0
1546
 dw cmp_pd_instruction-assembler
1551
 dw cmp_pd_instruction-instruction_handler
1547
 db 'cmpeqps',0
1552
 db 'cmpeqps',0
1548
 dw cmp_ps_instruction-assembler
1553
 dw cmp_ps_instruction-instruction_handler
1549
 db 'cmpeqsd',0
1554
 db 'cmpeqsd',0
1550
 dw cmp_sd_instruction-assembler
1555
 dw cmp_sd_instruction-instruction_handler
1551
 db 'cmpeqss',0
1556
 db 'cmpeqss',0
1552
 dw cmp_ss_instruction-assembler
1557
 dw cmp_ss_instruction-instruction_handler
1553
 db 'cmplepd',2
1558
 db 'cmplepd',2
1554
 dw cmp_pd_instruction-assembler
1559
 dw cmp_pd_instruction-instruction_handler
1555
 db 'cmpleps',2
1560
 db 'cmpleps',2
1556
 dw cmp_ps_instruction-assembler
1561
 dw cmp_ps_instruction-instruction_handler
1557
 db 'cmplesd',2
1562
 db 'cmplesd',2
1558
 dw cmp_sd_instruction-assembler
1563
 dw cmp_sd_instruction-instruction_handler
1559
 db 'cmpless',2
1564
 db 'cmpless',2
1560
 dw cmp_ss_instruction-assembler
1565
 dw cmp_ss_instruction-instruction_handler
1561
 db 'cmpltpd',1
1566
 db 'cmpltpd',1
1562
 dw cmp_pd_instruction-assembler
1567
 dw cmp_pd_instruction-instruction_handler
1563
 db 'cmpltps',1
1568
 db 'cmpltps',1
1564
 dw cmp_ps_instruction-assembler
1569
 dw cmp_ps_instruction-instruction_handler
1565
 db 'cmpltsd',1
1570
 db 'cmpltsd',1
1566
 dw cmp_sd_instruction-assembler
1571
 dw cmp_sd_instruction-instruction_handler
1567
 db 'cmpltss',1
1572
 db 'cmpltss',1
1568
 dw cmp_ss_instruction-assembler
1573
 dw cmp_ss_instruction-instruction_handler
1569
 db 'cmpxchg',0B0h
1574
 db 'cmpxchg',0B0h
1570
 dw basic_486_instruction-assembler
1575
 dw basic_486_instruction-instruction_handler
1571
 db 'display',0
1576
 db 'display',0
1572
 dw display_directive-assembler
1577
 dw display_directive-instruction_handler
1573
 db 'fcmovbe',0D0h
1578
 db 'fcmovbe',0D0h
1574
 dw fcmov_instruction-assembler
1579
 dw fcmov_instruction-instruction_handler
1575
 db 'fcmovnb',0C0h
1580
 db 'fcmovnb',0C0h
1576
 dw fcomi_instruction-assembler
1581
 dw fcomi_instruction-instruction_handler
1577
 db 'fcmovne',0C8h
1582
 db 'fcmovne',0C8h
1578
 dw fcomi_instruction-assembler
1583
 dw fcomi_instruction-instruction_handler
1579
 db 'fcmovnu',0D8h
1584
 db 'fcmovnu',0D8h
1580
 dw fcomi_instruction-assembler
1585
 dw fcomi_instruction-instruction_handler
1581
 db 'fdecstp',110110b
1586
 db 'fdecstp',110110b
1582
 dw simple_fpu_instruction-assembler
1587
 dw simple_fpu_instruction-instruction_handler
1583
 db 'fincstp',110111b
1588
 db 'fincstp',110111b
1584
 dw simple_fpu_instruction-assembler
1589
 dw simple_fpu_instruction-instruction_handler
1585
 db 'fldenvd',4
1590
 db 'fldenvd',4
1586
 dw fldenv_instruction_32bit-assembler
1591
 dw fldenv_instruction_32bit-instruction_handler
1587
 db 'fldenvw',4
1592
 db 'fldenvw',4
1588
 dw fldenv_instruction_32bit-assembler
1593
 dw fldenv_instruction_32bit-instruction_handler
1589
 db 'fnsaved',6
1594
 db 'fnsaved',6
1590
 dw fnsave_instruction_32bit-assembler
1595
 dw fnsave_instruction_32bit-instruction_handler
1591
 db 'fnsavew',6
1596
 db 'fnsavew',6
1592
 dw fnsave_instruction_16bit-assembler
1597
 dw fnsave_instruction_16bit-instruction_handler
1593
 db 'fnstenv',6
1598
 db 'fnstenv',6
1594
 dw fldenv_instruction-assembler
1599
 dw fldenv_instruction-instruction_handler
1595
 db 'frndint',111100b
1600
 db 'frndint',111100b
1596
 dw simple_fpu_instruction-assembler
1601
 dw simple_fpu_instruction-instruction_handler
1597
 db 'frstord',4
1602
 db 'frstord',4
1598
 dw fnsave_instruction_32bit-assembler
1603
 dw fnsave_instruction_32bit-instruction_handler
1599
 db 'frstorw',4
1604
 db 'frstorw',4
1600
 dw fnsave_instruction_16bit-assembler
1605
 dw fnsave_instruction_16bit-instruction_handler
1601
 db 'fsincos',111011b
1606
 db 'fsincos',111011b
1602
 dw simple_fpu_instruction-assembler
1607
 dw simple_fpu_instruction-instruction_handler
1603
 db 'fstenvd',6
1608
 db 'fstenvd',6
1604
 dw fstenv_instruction_32bit-assembler
1609
 dw fstenv_instruction_32bit-instruction_handler
1605
 db 'fstenvw',6
1610
 db 'fstenvw',6
1606
 dw fstenv_instruction_16bit-assembler
1611
 dw fstenv_instruction_16bit-instruction_handler
1607
 db 'fucomip',0E8h
1612
 db 'fucomip',0E8h
1608
 dw fcomip_instruction-assembler
1613
 dw fcomip_instruction-instruction_handler
1609
 db 'fucompp',0
1614
 db 'fucompp',0
1610
 dw fucompp_instruction-assembler
1615
 dw fucompp_instruction-instruction_handler
1611
 db 'fxrstor',1
1616
 db 'fxrstor',1
1612
 dw fxsave_instruction-assembler
1617
 dw fxsave_instruction-instruction_handler
1613
 db 'fxtract',110100b
1618
 db 'fxtract',110100b
1614
 dw simple_fpu_instruction-assembler
1619
 dw simple_fpu_instruction-instruction_handler
1615
 db 'fyl2xp1',111001b
1620
 db 'fyl2xp1',111001b
1616
 dw simple_fpu_instruction-assembler
1621
 dw simple_fpu_instruction-instruction_handler
1617
 db 'insertq',0
1622
 db 'insertq',0
1618
 dw insertq_instruction-assembler
1623
 dw insertq_instruction-instruction_handler
1619
 db 'invlpga',0DFh
1624
 db 'invlpga',0DFh
1620
 dw invlpga_instruction-assembler
1625
 dw invlpga_instruction-instruction_handler
1621
 db 'invvpid',81h
1626
 db 'invvpid',81h
1622
 dw vmx_inv_instruction-assembler
1627
 dw vmx_inv_instruction-instruction_handler
1623
 db 'ldmxcsr',10b
1628
 db 'ldmxcsr',10b
1624
 dw fxsave_instruction-assembler
1629
 dw fxsave_instruction-instruction_handler
1625
 db 'loopned',0E0h
1630
 db 'loopned',0E0h
1626
 dw loop_instruction_32bit-assembler
1631
 dw loop_instruction_32bit-instruction_handler
1627
 db 'loopneq',0E0h
1632
 db 'loopneq',0E0h
1628
 dw loop_instruction_64bit-assembler
1633
 dw loop_instruction_64bit-instruction_handler
1629
 db 'loopnew',0E0h
1634
 db 'loopnew',0E0h
1630
 dw loop_instruction_16bit-assembler
1635
 dw loop_instruction_16bit-instruction_handler
1631
 db 'loopnzd',0E0h
1636
 db 'loopnzd',0E0h
1632
 dw loop_instruction_32bit-assembler
1637
 dw loop_instruction_32bit-instruction_handler
1633
 db 'loopnzq',0E0h
1638
 db 'loopnzq',0E0h
1634
 dw loop_instruction_64bit-assembler
1639
 dw loop_instruction_64bit-instruction_handler
1635
 db 'loopnzw',0E0h
1640
 db 'loopnzw',0E0h
1636
 dw loop_instruction_16bit-assembler
1641
 dw loop_instruction_16bit-instruction_handler
1637
 db 'monitor',0C8h
1642
 db 'monitor',0C8h
1638
 dw monitor_instruction-assembler
1643
 dw monitor_instruction-instruction_handler
1639
 db 'movddup',12h
1644
 db 'movddup',12h
1640
 dw sse_sd_instruction-assembler
1645
 dw sse_sd_instruction-instruction_handler
1641
 db 'movdq2q',0
1646
 db 'movdq2q',0
1642
 dw movdq2q_instruction-assembler
1647
 dw movdq2q_instruction-instruction_handler
1643
 db 'movhlps',12h
1648
 db 'movhlps',12h
1644
 dw movhlps_instruction-assembler
1649
 dw movhlps_instruction-instruction_handler
1645
 db 'movlhps',16h
1650
 db 'movlhps',16h
1646
 dw movhlps_instruction-assembler
1651
 dw movhlps_instruction-instruction_handler
1647
 db 'movntdq',0E7h
1652
 db 'movntdq',0E7h
1648
 dw movntdq_instruction-assembler
1653
 dw movntdq_instruction-instruction_handler
1649
 db 'movntpd',2Bh
1654
 db 'movntpd',2Bh
1650
 dw movntdq_instruction-assembler
1655
 dw movntdq_instruction-instruction_handler
1651
 db 'movntps',2Bh
1656
 db 'movntps',2Bh
1652
 dw movntps_instruction-assembler
1657
 dw movntps_instruction-instruction_handler
1653
 db 'movntsd',2Bh
1658
 db 'movntsd',2Bh
1654
 dw movntsd_instruction-assembler
1659
 dw movntsd_instruction-instruction_handler
1655
 db 'movntss',2Bh
1660
 db 'movntss',2Bh
1656
 dw movntss_instruction-assembler
1661
 dw movntss_instruction-instruction_handler
1657
 db 'movq2dq',0
1662
 db 'movq2dq',0
1658
 dw movq2dq_instruction-assembler
1663
 dw movq2dq_instruction-instruction_handler
1659
 db 'mpsadbw',42h
1664
 db 'mpsadbw',42h
1660
 dw sse4_instruction_3a_imm8-assembler
1665
 dw sse4_instruction_3a_imm8-instruction_handler
1661
 db 'paddusb',0DCh
1666
 db 'paddusb',0DCh
1662
 dw basic_mmx_instruction-assembler
1667
 dw basic_mmx_instruction-instruction_handler
1663
 db 'paddusw',0DDh
1668
 db 'paddusw',0DDh
1664
 dw basic_mmx_instruction-assembler
1669
 dw basic_mmx_instruction-instruction_handler
1665
 db 'palignr',0
1670
 db 'palignr',0
1666
 dw palignr_instruction-assembler
1671
 dw palignr_instruction-instruction_handler
1667
 db 'pavgusb',0BFh
1672
 db 'pavgusb',0BFh
1668
 dw amd3dnow_instruction-assembler
1673
 dw amd3dnow_instruction-instruction_handler
1669
 db 'pblendw',0Eh
1674
 db 'pblendw',0Eh
1670
 dw sse4_instruction_3a_imm8-assembler
1675
 dw sse4_instruction_3a_imm8-instruction_handler
1671
 db 'pcmpeqb',74h
1676
 db 'pcmpeqb',74h
1672
 dw basic_mmx_instruction-assembler
1677
 dw basic_mmx_instruction-instruction_handler
1673
 db 'pcmpeqd',76h
1678
 db 'pcmpeqd',76h
1674
 dw basic_mmx_instruction-assembler
1679
 dw basic_mmx_instruction-instruction_handler
1675
 db 'pcmpeqq',29h
1680
 db 'pcmpeqq',29h
1676
 dw sse4_instruction_38-assembler
1681
 dw sse4_instruction_38-instruction_handler
1677
 db 'pcmpeqw',75h
1682
 db 'pcmpeqw',75h
1678
 dw basic_mmx_instruction-assembler
1683
 dw basic_mmx_instruction-instruction_handler
1679
 db 'pcmpgtb',64h
1684
 db 'pcmpgtb',64h
1680
 dw basic_mmx_instruction-assembler
1685
 dw basic_mmx_instruction-instruction_handler
1681
 db 'pcmpgtd',66h
1686
 db 'pcmpgtd',66h
1682
 dw basic_mmx_instruction-assembler
1687
 dw basic_mmx_instruction-instruction_handler
1683
 db 'pcmpgtq',37h
1688
 db 'pcmpgtq',37h
1684
 dw sse4_instruction_38-assembler
1689
 dw sse4_instruction_38-instruction_handler
1685
 db 'pcmpgtw',65h
1690
 db 'pcmpgtw',65h
1686
 dw basic_mmx_instruction-assembler
1691
 dw basic_mmx_instruction-instruction_handler
1687
 db 'pfcmpeq',0B0h
1692
 db 'pfcmpeq',0B0h
1688
 dw amd3dnow_instruction-assembler
1693
 dw amd3dnow_instruction-instruction_handler
1689
 db 'pfcmpge',90h
1694
 db 'pfcmpge',90h
1690
 dw amd3dnow_instruction-assembler
1695
 dw amd3dnow_instruction-instruction_handler
1691
 db 'pfcmpgt',0A0h
1696
 db 'pfcmpgt',0A0h
1692
 dw amd3dnow_instruction-assembler
1697
 dw amd3dnow_instruction-instruction_handler
1693
 db 'pfpnacc',8Eh
1698
 db 'pfpnacc',8Eh
1694
 dw amd3dnow_instruction-assembler
1699
 dw amd3dnow_instruction-instruction_handler
1695
 db 'pfrsqrt',97h
1700
 db 'pfrsqrt',97h
1696
 dw amd3dnow_instruction-assembler
1701
 dw amd3dnow_instruction-instruction_handler
1697
 db 'phaddsw',3
1702
 db 'phaddsw',3
1698
 dw ssse3_instruction-assembler
1703
 dw ssse3_instruction-instruction_handler
1699
 db 'phsubsw',7
1704
 db 'phsubsw',7
1700
 dw ssse3_instruction-assembler
1705
 dw ssse3_instruction-instruction_handler
1701
 db 'pmaddwd',0F5h
1706
 db 'pmaddwd',0F5h
1702
 dw basic_mmx_instruction-assembler
1707
 dw basic_mmx_instruction-instruction_handler
1703
 db 'pmulhrw',0B7h
1708
 db 'pmulhrw',0B7h
1704
 dw amd3dnow_instruction-assembler
1709
 dw amd3dnow_instruction-instruction_handler
1705
 db 'pmulhuw',0E4h
1710
 db 'pmulhuw',0E4h
1706
 dw basic_mmx_instruction-assembler
1711
 dw basic_mmx_instruction-instruction_handler
1707
 db 'pmuludq',0F4h
1712
 db 'pmuludq',0F4h
1708
 dw basic_mmx_instruction-assembler
1713
 dw basic_mmx_instruction-instruction_handler
1709
 db 'pshufhw',0F3h
1714
 db 'pshufhw',0F3h
1710
 dw pshufd_instruction-assembler
1715
 dw pshufd_instruction-instruction_handler
1711
 db 'pshuflw',0F2h
1716
 db 'pshuflw',0F2h
1712
 dw pshufd_instruction-assembler
1717
 dw pshufd_instruction-instruction_handler
1713
 db 'psubusb',0D8h
1718
 db 'psubusb',0D8h
1714
 dw basic_mmx_instruction-assembler
1719
 dw basic_mmx_instruction-instruction_handler
1715
 db 'psubusw',0D9h
1720
 db 'psubusw',0D9h
1716
 dw basic_mmx_instruction-assembler
1721
 dw basic_mmx_instruction-instruction_handler
1717
 db 'roundpd',9
1722
 db 'roundpd',9
1718
 dw sse4_instruction_3a_imm8-assembler
1723
 dw sse4_instruction_3a_imm8-instruction_handler
1719
 db 'roundps',8
1724
 db 'roundps',8
1720
 dw sse4_instruction_3a_imm8-assembler
1725
 dw sse4_instruction_3a_imm8-instruction_handler
1721
 db 'roundsd',0Bh
1726
 db 'roundsd',0Bh
1722
 dw sse4_sd_instruction_3a_imm8-assembler
1727
 dw sse4_sd_instruction_3a_imm8-instruction_handler
1723
 db 'roundss',0Ah
1728
 db 'roundss',0Ah
1724
 dw sse4_ss_instruction_3a_imm8-assembler
1729
 dw sse4_ss_instruction_3a_imm8-instruction_handler
1725
 db 'rsqrtps',52h
1730
 db 'rsqrtps',52h
1726
 dw sse_ps_instruction-assembler
1731
 dw sse_ps_instruction-instruction_handler
1727
 db 'rsqrtss',52h
1732
 db 'rsqrtss',52h
1728
 dw sse_ss_instruction-assembler
1733
 dw sse_ss_instruction-instruction_handler
1729
 db 'section',0
1734
 db 'section',0
1730
 dw section_directive-assembler
1735
 dw section_directive-instruction_handler
1731
 db 'segment',0
1736
 db 'segment',0
1732
 dw segment_directive-assembler
1737
 dw segment_directive-instruction_handler
1733
 db 'stmxcsr',11b
1738
 db 'stmxcsr',11b
1734
 dw fxsave_instruction-assembler
1739
 dw fxsave_instruction-instruction_handler
1735
 db 'syscall',05h
1740
 db 'syscall',05h
1736
 dw simple_extended_instruction-assembler
1741
 dw simple_extended_instruction-instruction_handler
1737
 db 'sysexit',35h
1742
 db 'sysexit',35h
1738
 dw simple_extended_instruction-assembler
1743
 dw simple_extended_instruction-instruction_handler
1739
 db 'sysretq',07h
1744
 db 'sysretq',07h
1740
 dw simple_extended_instruction_64bit-assembler
1745
 dw simple_extended_instruction_64bit-instruction_handler
1741
 db 'ucomisd',2Eh
1746
 db 'ucomisd',2Eh
1742
 dw comisd_instruction-assembler
1747
 dw comisd_instruction-instruction_handler
1743
 db 'ucomiss',2Eh
1748
 db 'ucomiss',2Eh
1744
 dw comiss_instruction-assembler
1749
 dw comiss_instruction-instruction_handler
1745
 db 'virtual',0
1750
 db 'virtual',0
1746
 dw virtual_directive-assembler
1751
 dw virtual_directive-instruction_handler
1747
 db 'vmclear',6
1752
 db 'vmclear',6
1748
 dw vmclear_instruction-assembler
1753
 dw vmclear_instruction-instruction_handler
1749
 db 'vmmcall',0D9h
1754
 db 'vmmcall',0D9h
1750
 dw simple_vmx_instruction-assembler
1755
 dw simple_vmx_instruction-instruction_handler
1751
 db 'vmptrld',6
1756
 db 'vmptrld',6
1752
 dw vmx_instruction-assembler
1757
 dw vmx_instruction-instruction_handler
1753
 db 'vmptrst',7
1758
 db 'vmptrst',7
1754
 dw vmx_instruction-assembler
1759
 dw vmx_instruction-instruction_handler
1755
 db 'vmwrite',0
1760
 db 'vmwrite',0
1756
 dw vmwrite_instruction-assembler
1761
 dw vmwrite_instruction-instruction_handler
1757
instructions_8:
1762
instructions_8:
1758
 db 'addsubpd',0D0h
1763
 db 'addsubpd',0D0h
1759
 dw sse_pd_instruction-assembler
1764
 dw sse_pd_instruction-instruction_handler
1760
 db 'addsubps',0D0h
1765
 db 'addsubps',0D0h
1761
 dw cvtpd2dq_instruction-assembler
1766
 dw cvtpd2dq_instruction-instruction_handler
1762
 db 'blendvpd',15h
1767
 db 'blendvpd',15h
1763
 dw sse4_instruction_38_xmm0-assembler
1768
 dw sse4_instruction_38_xmm0-instruction_handler
1764
 db 'blendvps',14h
1769
 db 'blendvps',14h
1765
 dw sse4_instruction_38_xmm0-assembler
1770
 dw sse4_instruction_38_xmm0-instruction_handler
1766
 db 'cmpneqpd',4
1771
 db 'cmpneqpd',4
1767
 dw cmp_pd_instruction-assembler
1772
 dw cmp_pd_instruction-instruction_handler
1768
 db 'cmpneqps',4
1773
 db 'cmpneqps',4
1769
 dw cmp_ps_instruction-assembler
1774
 dw cmp_ps_instruction-instruction_handler
1770
 db 'cmpneqsd',4
1775
 db 'cmpneqsd',4
1771
 dw cmp_sd_instruction-assembler
1776
 dw cmp_sd_instruction-instruction_handler
1772
 db 'cmpneqss',4
1777
 db 'cmpneqss',4
1773
 dw cmp_ss_instruction-assembler
1778
 dw cmp_ss_instruction-instruction_handler
1774
 db 'cmpnlepd',6
1779
 db 'cmpnlepd',6
1775
 dw cmp_pd_instruction-assembler
1780
 dw cmp_pd_instruction-instruction_handler
1776
 db 'cmpnleps',6
1781
 db 'cmpnleps',6
1777
 dw cmp_ps_instruction-assembler
1782
 dw cmp_ps_instruction-instruction_handler
1778
 db 'cmpnlesd',6
1783
 db 'cmpnlesd',6
1779
 dw cmp_sd_instruction-assembler
1784
 dw cmp_sd_instruction-instruction_handler
1780
 db 'cmpnless',6
1785
 db 'cmpnless',6
1781
 dw cmp_ss_instruction-assembler
1786
 dw cmp_ss_instruction-instruction_handler
1782
 db 'cmpnltpd',5
1787
 db 'cmpnltpd',5
1783
 dw cmp_pd_instruction-assembler
1788
 dw cmp_pd_instruction-instruction_handler
1784
 db 'cmpnltps',5
1789
 db 'cmpnltps',5
1785
 dw cmp_ps_instruction-assembler
1790
 dw cmp_ps_instruction-instruction_handler
1786
 db 'cmpnltsd',5
1791
 db 'cmpnltsd',5
1787
 dw cmp_sd_instruction-assembler
1792
 dw cmp_sd_instruction-instruction_handler
1788
 db 'cmpnltss',5
1793
 db 'cmpnltss',5
1789
 dw cmp_ss_instruction-assembler
1794
 dw cmp_ss_instruction-instruction_handler
1790
 db 'cmpordpd',7
1795
 db 'cmpordpd',7
1791
 dw cmp_pd_instruction-assembler
1796
 dw cmp_pd_instruction-instruction_handler
1792
 db 'cmpordps',7
1797
 db 'cmpordps',7
1793
 dw cmp_ps_instruction-assembler
1798
 dw cmp_ps_instruction-instruction_handler
1794
 db 'cmpordsd',7
1799
 db 'cmpordsd',7
1795
 dw cmp_sd_instruction-assembler
1800
 dw cmp_sd_instruction-instruction_handler
1796
 db 'cmpordss',7
1801
 db 'cmpordss',7
1797
 dw cmp_ss_instruction-assembler
1802
 dw cmp_ss_instruction-instruction_handler
1798
 db 'cvtdq2pd',0E6h
1803
 db 'cvtdq2pd',0E6h
1799
 dw cvtdq2pd_instruction-assembler
1804
 dw cvtdq2pd_instruction-instruction_handler
1800
 db 'cvtdq2ps',5Bh
1805
 db 'cvtdq2ps',5Bh
1801
 dw sse_ps_instruction-assembler
1806
 dw sse_ps_instruction-instruction_handler
1802
 db 'cvtpd2dq',0E6h
1807
 db 'cvtpd2dq',0E6h
1803
 dw cvtpd2dq_instruction-assembler
1808
 dw cvtpd2dq_instruction-instruction_handler
1804
 db 'cvtpd2pi',2Dh
1809
 db 'cvtpd2pi',2Dh
1805
 dw cvtpd2pi_instruction-assembler
1810
 dw cvtpd2pi_instruction-instruction_handler
1806
 db 'cvtpd2ps',5Ah
1811
 db 'cvtpd2ps',5Ah
1807
 dw sse_pd_instruction-assembler
1812
 dw sse_pd_instruction-instruction_handler
1808
 db 'cvtpi2pd',2Ah
1813
 db 'cvtpi2pd',2Ah
1809
 dw cvtpi2pd_instruction-assembler
1814
 dw cvtpi2pd_instruction-instruction_handler
1810
 db 'cvtpi2ps',2Ah
1815
 db 'cvtpi2ps',2Ah
1811
 dw cvtpi2ps_instruction-assembler
1816
 dw cvtpi2ps_instruction-instruction_handler
1812
 db 'cvtps2dq',5Bh
1817
 db 'cvtps2dq',5Bh
1813
 dw sse_pd_instruction-assembler
1818
 dw sse_pd_instruction-instruction_handler
1814
 db 'cvtps2pd',5Ah
1819
 db 'cvtps2pd',5Ah
1815
 dw cvtps2pd_instruction-assembler
1820
 dw cvtps2pd_instruction-instruction_handler
1816
 db 'cvtps2pi',2Dh
1821
 db 'cvtps2pi',2Dh
1817
 dw cvtps2pi_instruction-assembler
1822
 dw cvtps2pi_instruction-instruction_handler
1818
 db 'cvtsd2si',2Dh
1823
 db 'cvtsd2si',2Dh
1819
 dw cvtsd2si_instruction-assembler
1824
 dw cvtsd2si_instruction-instruction_handler
1820
 db 'cvtsd2ss',5Ah
1825
 db 'cvtsd2ss',5Ah
1821
 dw sse_sd_instruction-assembler
1826
 dw sse_sd_instruction-instruction_handler
1822
 db 'cvtsi2sd',2Ah
1827
 db 'cvtsi2sd',2Ah
1823
 dw cvtsi2sd_instruction-assembler
1828
 dw cvtsi2sd_instruction-instruction_handler
1824
 db 'cvtsi2ss',2Ah
1829
 db 'cvtsi2ss',2Ah
1825
 dw cvtsi2ss_instruction-assembler
1830
 dw cvtsi2ss_instruction-instruction_handler
1826
 db 'cvtss2sd',5Ah
1831
 db 'cvtss2sd',5Ah
1827
 dw sse_ss_instruction-assembler
1832
 dw sse_ss_instruction-instruction_handler
1828
 db 'cvtss2si',2Dh
1833
 db 'cvtss2si',2Dh
1829
 dw cvtss2si_instruction-assembler
1834
 dw cvtss2si_instruction-instruction_handler
1830
 db 'fcmovnbe',0D0h
1835
 db 'fcmovnbe',0D0h
1831
 dw fcomi_instruction-assembler
1836
 dw fcomi_instruction-instruction_handler
1832
 db 'fnstenvd',6
1837
 db 'fnstenvd',6
1833
 dw fldenv_instruction_32bit-assembler
1838
 dw fldenv_instruction_32bit-instruction_handler
1834
 db 'fnstenvw',6
1839
 db 'fnstenvw',6
1835
 dw fldenv_instruction_16bit-assembler
1840
 dw fldenv_instruction_16bit-instruction_handler
1836
 db 'insertps',0
1841
 db 'insertps',0
1837
 dw insertps_instruction-assembler
1842
 dw insertps_instruction-instruction_handler
1838
 db 'maskmovq',0
1843
 db 'maskmovq',0
1839
 dw maskmovq_instruction-assembler
1844
 dw maskmovq_instruction-instruction_handler
1840
 db 'movmskpd',0
1845
 db 'movmskpd',0
1841
 dw movmskpd_instruction-assembler
1846
 dw movmskpd_instruction-instruction_handler
1842
 db 'movmskps',0
1847
 db 'movmskps',0
1843
 dw movmskps_instruction-assembler
1848
 dw movmskps_instruction-instruction_handler
1844
 db 'movntdqa',0
1849
 db 'movntdqa',0
1845
 dw movntdqa_instruction-assembler
1850
 dw movntdqa_instruction-instruction_handler
1846
 db 'movshdup',16h
1851
 db 'movshdup',16h
1847
 dw cvtdq2pd_instruction-assembler
1852
 dw cvtdq2pd_instruction-instruction_handler
1848
 db 'movsldup',12h
1853
 db 'movsldup',12h
1849
 dw cvtdq2pd_instruction-assembler
1854
 dw cvtdq2pd_instruction-instruction_handler
1850
 db 'packssdw',6Bh
1855
 db 'packssdw',6Bh
1851
 dw basic_mmx_instruction-assembler
1856
 dw basic_mmx_instruction-instruction_handler
1852
 db 'packsswb',63h
1857
 db 'packsswb',63h
1853
 dw basic_mmx_instruction-assembler
1858
 dw basic_mmx_instruction-instruction_handler
1854
 db 'packusdw',2Bh
1859
 db 'packusdw',2Bh
1855
 dw sse4_instruction_38-assembler
1860
 dw sse4_instruction_38-instruction_handler
1856
 db 'packuswb',67h
1861
 db 'packuswb',67h
1857
 dw basic_mmx_instruction-assembler
1862
 dw basic_mmx_instruction-instruction_handler
1858
 db 'pblendvb',10h
1863
 db 'pblendvb',10h
1859
 dw sse4_instruction_38_xmm0-assembler
1864
 dw sse4_instruction_38_xmm0-instruction_handler
1860
 db 'pfrcpit1',0A6h
1865
 db 'pfrcpit1',0A6h
1861
 dw amd3dnow_instruction-assembler
1866
 dw amd3dnow_instruction-instruction_handler
1862
 db 'pfrcpit2',0B6h
1867
 db 'pfrcpit2',0B6h
1863
 dw amd3dnow_instruction-assembler
1868
 dw amd3dnow_instruction-instruction_handler
1864
 db 'pfrsqit1',0A7h
1869
 db 'pfrsqit1',0A7h
1865
 dw amd3dnow_instruction-assembler
1870
 dw amd3dnow_instruction-instruction_handler
1866
 db 'pmovmskb',0D7h
1871
 db 'pmovmskb',0D7h
1867
 dw pmovmskb_instruction-assembler
1872
 dw pmovmskb_instruction-instruction_handler
1868
 db 'pmovsxbd',21h
1873
 db 'pmovsxbd',21h
1869
 dw pmovsxbd_instruction-assembler
1874
 dw pmovsxbd_instruction-instruction_handler
1870
 db 'pmovsxbq',22h
1875
 db 'pmovsxbq',22h
1871
 dw pmovsxbq_instruction-assembler
1876
 dw pmovsxbq_instruction-instruction_handler
1872
 db 'pmovsxbw',20h
1877
 db 'pmovsxbw',20h
1873
 dw pmovsxbw_instruction-assembler
1878
 dw pmovsxbw_instruction-instruction_handler
1874
 db 'pmovsxdq',25h
1879
 db 'pmovsxdq',25h
1875
 dw pmovsxdq_instruction-assembler
1880
 dw pmovsxdq_instruction-instruction_handler
1876
 db 'pmovsxwd',23h
1881
 db 'pmovsxwd',23h
1877
 dw pmovsxwd_instruction-assembler
1882
 dw pmovsxwd_instruction-instruction_handler
1878
 db 'pmovsxwq',24h
1883
 db 'pmovsxwq',24h
1879
 dw pmovsxwq_instruction-assembler
1884
 dw pmovsxwq_instruction-instruction_handler
1880
 db 'pmovzxbd',31h
1885
 db 'pmovzxbd',31h
1881
 dw pmovsxbd_instruction-assembler
1886
 dw pmovsxbd_instruction-instruction_handler
1882
 db 'pmovzxbq',32h
1887
 db 'pmovzxbq',32h
1883
 dw pmovsxbq_instruction-assembler
1888
 dw pmovsxbq_instruction-instruction_handler
1884
 db 'pmovzxbw',30h
1889
 db 'pmovzxbw',30h
1885
 dw pmovsxbw_instruction-assembler
1890
 dw pmovsxbw_instruction-instruction_handler
1886
 db 'pmovzxdq',35h
1891
 db 'pmovzxdq',35h
1887
 dw pmovsxdq_instruction-assembler
1892
 dw pmovsxdq_instruction-instruction_handler
1888
 db 'pmovzxwd',33h
1893
 db 'pmovzxwd',33h
1889
 dw pmovsxwd_instruction-assembler
1894
 dw pmovsxwd_instruction-instruction_handler
1890
 db 'pmovzxwq',34h
1895
 db 'pmovzxwq',34h
1891
 dw pmovsxwq_instruction-assembler
1896
 dw pmovsxwq_instruction-instruction_handler
1892
 db 'pmulhrsw',0Bh
1897
 db 'pmulhrsw',0Bh
1893
 dw ssse3_instruction-assembler
1898
 dw ssse3_instruction-instruction_handler
1894
 db 'prefetch',0
1899
 db 'prefetch',0
1895
 dw amd_prefetch_instruction-assembler
1900
 dw amd_prefetch_instruction-instruction_handler
1896
 db 'sysenter',34h
1901
 db 'sysenter',34h
1897
 dw simple_extended_instruction-assembler
1902
 dw simple_extended_instruction-instruction_handler
1898
 db 'sysexitq',35h
1903
 db 'sysexitq',35h
1899
 dw simple_extended_instruction_64bit-assembler
1904
 dw simple_extended_instruction_64bit-instruction_handler
1900
 db 'unpckhpd',15h
1905
 db 'unpckhpd',15h
1901
 dw sse_pd_instruction-assembler
1906
 dw sse_pd_instruction-instruction_handler
1902
 db 'unpckhps',15h
1907
 db 'unpckhps',15h
1903
 dw sse_ps_instruction-assembler
1908
 dw sse_ps_instruction-instruction_handler
1904
 db 'unpcklpd',14h
1909
 db 'unpcklpd',14h
1905
 dw sse_pd_instruction-assembler
1910
 dw sse_pd_instruction-instruction_handler
1906
 db 'unpcklps',14h
1911
 db 'unpcklps',14h
1907
 dw sse_ps_instruction-assembler
1912
 dw sse_ps_instruction-instruction_handler
1908
 db 'vmlaunch',0C2h
1913
 db 'vmlaunch',0C2h
1909
 dw simple_vmx_instruction-assembler
1914
 dw simple_vmx_instruction-instruction_handler
1910
 db 'vmresume',0C3h
1915
 db 'vmresume',0C3h
1911
 dw simple_vmx_instruction-assembler
1916
 dw simple_vmx_instruction-instruction_handler
1912
instructions_9:
1917
instructions_9:
1913
 db 'cmpxchg8b',8
1918
 db 'cmpxchg8b',8
1914
 dw cmpxchgx_instruction-assembler
1919
 dw cmpxchgx_instruction-instruction_handler
1915
 db 'cvttpd2dq',0E6h
1920
 db 'cvttpd2dq',0E6h
1916
 dw sse_pd_instruction-assembler
1921
 dw sse_pd_instruction-instruction_handler
1917
 db 'cvttpd2pi',2Ch
1922
 db 'cvttpd2pi',2Ch
1918
 dw cvtpd2pi_instruction-assembler
1923
 dw cvtpd2pi_instruction-instruction_handler
1919
 db 'cvttps2dq',5Bh
1924
 db 'cvttps2dq',5Bh
1920
 dw cvtdq2pd_instruction-assembler
1925
 dw cvtdq2pd_instruction-instruction_handler
1921
 db 'cvttps2pi',2Ch
1926
 db 'cvttps2pi',2Ch
1922
 dw cvtps2pi_instruction-assembler
1927
 dw cvtps2pi_instruction-instruction_handler
1923
 db 'cvttsd2si',2Ch
1928
 db 'cvttsd2si',2Ch
1924
 dw cvtsd2si_instruction-assembler
1929
 dw cvtsd2si_instruction-instruction_handler
1925
 db 'cvttss2si',2Ch
1930
 db 'cvttss2si',2Ch
1926
 dw cvtss2si_instruction-assembler
1931
 dw cvtss2si_instruction-instruction_handler
1927
 db 'extractps',0
1932
 db 'extractps',0
1928
 dw extractps_instruction-assembler
1933
 dw extractps_instruction-instruction_handler
1929
 db 'pcmpestri',61h
1934
 db 'pcmpestri',61h
1930
 dw sse4_instruction_3a_imm8-assembler
1935
 dw sse4_instruction_3a_imm8-instruction_handler
1931
 db 'pcmpestrm',60h
1936
 db 'pcmpestrm',60h
1932
 dw sse4_instruction_3a_imm8-assembler
1937
 dw sse4_instruction_3a_imm8-instruction_handler
1933
 db 'pcmpistri',63h
1938
 db 'pcmpistri',63h
1934
 dw sse4_instruction_3a_imm8-assembler
1939
 dw sse4_instruction_3a_imm8-instruction_handler
1935
 db 'pcmpistrm',62h
1940
 db 'pcmpistrm',62h
1936
 dw sse4_instruction_3a_imm8-assembler
1941
 dw sse4_instruction_3a_imm8-instruction_handler
1937
 db 'pmaddubsw',4
1942
 db 'pmaddubsw',4
1938
 dw ssse3_instruction-assembler
1943
 dw ssse3_instruction-instruction_handler
1939
 db 'prefetchw',1
1944
 db 'prefetchw',1
1940
 dw amd_prefetch_instruction-assembler
1945
 dw amd_prefetch_instruction-instruction_handler
1941
 db 'punpckhbw',68h
1946
 db 'punpckhbw',68h
1942
 dw basic_mmx_instruction-assembler
1947
 dw basic_mmx_instruction-instruction_handler
1943
 db 'punpckhdq',6Ah
1948
 db 'punpckhdq',6Ah
1944
 dw basic_mmx_instruction-assembler
1949
 dw basic_mmx_instruction-instruction_handler
1945
 db 'punpckhwd',69h
1950
 db 'punpckhwd',69h
1946
 dw basic_mmx_instruction-assembler
1951
 dw basic_mmx_instruction-instruction_handler
1947
 db 'punpcklbw',60h
1952
 db 'punpcklbw',60h
1948
 dw basic_mmx_instruction-assembler
1953
 dw basic_mmx_instruction-instruction_handler
1949
 db 'punpckldq',62h
1954
 db 'punpckldq',62h
1950
 dw basic_mmx_instruction-assembler
1955
 dw basic_mmx_instruction-instruction_handler
1951
 db 'punpcklwd',61h
1956
 db 'punpcklwd',61h
1952
 dw basic_mmx_instruction-assembler
1957
 dw basic_mmx_instruction-instruction_handler
1953
instructions_10:
1958
instructions_10:
1954
 db 'cmpunordpd',3
1959
 db 'cmpunordpd',3
1955
 dw cmp_pd_instruction-assembler
1960
 dw cmp_pd_instruction-instruction_handler
1956
 db 'cmpunordps',3
1961
 db 'cmpunordps',3
1957
 dw cmp_ps_instruction-assembler
1962
 dw cmp_ps_instruction-instruction_handler
1958
 db 'cmpunordsd',3
1963
 db 'cmpunordsd',3
1959
 dw cmp_sd_instruction-assembler
1964
 dw cmp_sd_instruction-instruction_handler
1960
 db 'cmpunordss',3
1965
 db 'cmpunordss',3
1961
 dw cmp_ss_instruction-assembler
1966
 dw cmp_ss_instruction-instruction_handler
1962
 db 'cmpxchg16b',16
1967
 db 'cmpxchg16b',16
1963
 dw cmpxchgx_instruction-assembler
1968
 dw cmpxchgx_instruction-instruction_handler
1964
 db 'loadall286',5
1969
 db 'loadall286',5
1965
 dw simple_extended_instruction-assembler
1970
 dw simple_extended_instruction-instruction_handler
1966
 db 'loadall386',7
1971
 db 'loadall386',7
1967
 dw simple_extended_instruction-assembler
1972
 dw simple_extended_instruction-instruction_handler
1968
 db 'maskmovdqu',0
1973
 db 'maskmovdqu',0
1969
 dw maskmovdqu_instruction-assembler
1974
 dw maskmovdqu_instruction-instruction_handler
1970
 db 'phminposuw',41h
1975
 db 'phminposuw',41h
1971
 dw sse4_instruction_38-assembler
1976
 dw sse4_instruction_38-instruction_handler
1972
 db 'prefetcht0',1
1977
 db 'prefetcht0',1
1973
 dw prefetch_instruction-assembler
1978
 dw prefetch_instruction-instruction_handler
1974
 db 'prefetcht1',2
1979
 db 'prefetcht1',2
1975
 dw prefetch_instruction-assembler
1980
 dw prefetch_instruction-instruction_handler
1976
 db 'prefetcht2',3
1981
 db 'prefetcht2',3
1977
 dw prefetch_instruction-assembler
1982
 dw prefetch_instruction-instruction_handler
1978
 db 'punpckhqdq',6Dh
1983
 db 'punpckhqdq',6Dh
1979
 dw sse_pd_instruction-assembler
1984
 dw sse_pd_instruction-instruction_handler
1980
 db 'punpcklqdq',6Ch
1985
 db 'punpcklqdq',6Ch
1981
 dw sse_pd_instruction-assembler
1986
 dw sse_pd_instruction-instruction_handler
1982
instructions_11:
1987
instructions_11:
1983
 db 'prefetchnta',0
1988
 db 'prefetchnta',0
1984
 dw prefetch_instruction-assembler
1989
 dw prefetch_instruction-instruction_handler
1985
instructions_end:
1990
instructions_end:
Line 1986... Line 1991...
1986
 
1991
 
1987
data_directives:
1992
data_directives:
1988
 dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
1993
 dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
1989
 dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)
1994
 dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)
Line 1990... Line 1995...
1990
 dw data_directives_4-data_directives,(data_directives_end-data_directives_4)/(4+3)
1995
 dw data_directives_4-data_directives,(data_directives_end-data_directives_4)/(4+3)
1991
 
1996
 
1992
data_directives_2:
1997
data_directives_2:
1993
 db 'db',1
1998
 db 'db',1
1994
 dw data_bytes-assembler
1999
 dw data_bytes-instruction_handler
1995
 db 'dd',4
2000
 db 'dd',4
1996
 dw data_dwords-assembler
2001
 dw data_dwords-instruction_handler
1997
 db 'df',6
2002
 db 'df',6
1998
 dw data_pwords-assembler
2003
 dw data_pwords-instruction_handler
1999
 db 'dp',6
2004
 db 'dp',6
2000
 dw data_pwords-assembler
2005
 dw data_pwords-instruction_handler
2001
 db 'dq',8
2006
 db 'dq',8
2002
 dw data_qwords-assembler
2007
 dw data_qwords-instruction_handler
2003
 db 'dt',10
2008
 db 'dt',10
2004
 dw data_twords-assembler
2009
 dw data_twords-instruction_handler
2005
 db 'du',2
2010
 db 'du',2
2006
 dw data_unicode-assembler
2011
 dw data_unicode-instruction_handler
2007
 db 'dw',2
2012
 db 'dw',2
2008
 dw data_words-assembler
2013
 dw data_words-instruction_handler
2009
 db 'rb',1
2014
 db 'rb',1
2010
 dw reserve_bytes-assembler
2015
 dw reserve_bytes-instruction_handler
2011
 db 'rd',4
2016
 db 'rd',4
2012
 dw reserve_dwords-assembler
2017
 dw reserve_dwords-instruction_handler
2013
 db 'rf',6
2018
 db 'rf',6
2014
 dw reserve_pwords-assembler
2019
 dw reserve_pwords-instruction_handler
2015
 db 'rp',6
2020
 db 'rp',6
2016
 dw reserve_pwords-assembler
2021
 dw reserve_pwords-instruction_handler
2017
 db 'rq',8
2022
 db 'rq',8
2018
 dw reserve_qwords-assembler
2023
 dw reserve_qwords-instruction_handler
2019
 db 'rt',10
2024
 db 'rt',10
2020
 dw reserve_twords-assembler
2025
 dw reserve_twords-instruction_handler
2021
 db 'rw',2
2026
 db 'rw',2
2022
 dw reserve_words-assembler
2027
 dw reserve_words-instruction_handler
2023
data_directives_3:
2028
data_directives_3:
2024
data_directives_4:
2029
data_directives_4:
2025
 db 'file',1
2030
 db 'file',1