Subversion Repositories Kolibri OS

Rev

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

Rev 3011 Rev 4039
Line 1... Line 1...
1
; flat assembler core
1
; flat assembler core
2
; Copyright (c) 1999-2012, Tomasz Grysztar.
2
; Copyright (c) 1999-2013, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
include_variable db 'INCLUDE',0
5
include_variable db 'INCLUDE',0
Line 561... Line 561...
561
 dw simple_extended_instruction-instruction_handler
561
 dw simple_extended_instruction-instruction_handler
562
 db 'xor',30h
562
 db 'xor',30h
563
 dw basic_instruction-instruction_handler
563
 dw basic_instruction-instruction_handler
564
instructions_4:
564
instructions_4:
565
 db 'andn',0F2h
565
 db 'adcx',66h
-
 
566
 dw adx_instruction-instruction_handler
-
 
567
 db 'adox',0F3h
-
 
568
 dw adx_instruction-instruction_handler
-
 
569
 db 'andn',0F2h
566
 dw andn_instruction-instruction_handler
570
 dw andn_instruction-instruction_handler
567
 db 'arpl',0
571
 db 'arpl',0
568
 dw arpl_instruction-instruction_handler
572
 dw arpl_instruction-instruction_handler
569
 db 'blci',26h
573
 db 'blci',26h
570
 dw tbm_instruction-instruction_handler
574
 dw tbm_instruction-instruction_handler
Line 579... Line 583...
579
 db 'call',0
583
 db 'call',0
580
 dw call_instruction-instruction_handler
584
 dw call_instruction-instruction_handler
581
 db 'cdqe',98h
585
 db 'cdqe',98h
582
 dw simple_instruction_64bit-instruction_handler
586
 dw simple_instruction_64bit-instruction_handler
583
 db 'clgi',0DDh
587
 db 'clac',0CAh
-
 
588
 dw simple_vmx_instruction-instruction_handler
-
 
589
 db 'clgi',0DDh
584
 dw simple_vmx_instruction-instruction_handler
590
 dw simple_vmx_instruction-instruction_handler
585
 db 'clts',6
591
 db 'clts',6
586
 dw simple_extended_instruction-instruction_handler
592
 dw simple_extended_instruction-instruction_handler
587
 db 'cmps',0A6h
593
 db 'cmps',0A6h
588
 dw cmps_instruction-instruction_handler
594
 dw cmps_instruction-instruction_handler
Line 781... Line 787...
781
 db 'sldt',0
787
 db 'sldt',0
782
 dw pm_store_word_instruction-instruction_handler
788
 dw pm_store_word_instruction-instruction_handler
783
 db 'smsw',14h
789
 db 'smsw',14h
784
 dw pm_store_word_instruction-instruction_handler
790
 dw pm_store_word_instruction-instruction_handler
785
 db 'stgi',0DCh
791
 db 'stac',0CBh
-
 
792
 dw simple_vmx_instruction-instruction_handler
-
 
793
 db 'stgi',0DCh
786
 dw simple_vmx_instruction-instruction_handler
794
 dw simple_vmx_instruction-instruction_handler
787
 db 'stos',0AAh
795
 db 'stos',0AAh
788
 dw stos_instruction-instruction_handler
796
 dw stos_instruction-instruction_handler
789
 db 'test',0
797
 db 'test',0
790
 dw test_instruction-instruction_handler
798
 dw test_instruction-instruction_handler
Line 1549... Line 1557...
1549
 db 'rdmsrq',32h
1557
 db 'rdmsrq',32h
1550
 dw simple_extended_instruction_64bit-instruction_handler
1558
 dw simple_extended_instruction_64bit-instruction_handler
1551
 db 'rdrand',110b
1559
 db 'rdrand',110b
1552
 dw rdrand_instruction-instruction_handler
1560
 dw rdrand_instruction-instruction_handler
1553
 db 'rdtscp',1
1561
 db 'rdseed',111b
-
 
1562
 dw rdrand_instruction-instruction_handler
-
 
1563
 db 'rdtscp',1
1554
 dw rdtscp_instruction-instruction_handler
1564
 dw rdtscp_instruction-instruction_handler
1555
 db 'repeat',0
1565
 db 'repeat',0
1556
 dw repeat_directive-instruction_handler
1566
 dw repeat_directive-instruction_handler
1557
 db 'setalc',0D6h
1567
 db 'setalc',0D6h
1558
 dw simple_instruction_except64-instruction_handler
1568
 dw simple_instruction_except64-instruction_handler