Subversion Repositories Kolibri OS

Rev

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

Rev 2287 Rev 2664
Line 1... Line 1...
1
; flat assembler core
1
; flat assembler core
2
; Copyright (c) 1999-2011, Tomasz Grysztar.
2
; Copyright (c) 1999-2012, 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 56... Line 56...
56
 db 3,'shr',0C1h
56
 db 3,'shr',0C1h
57
 db 0
57
 db 0
58
 
58
 
Line 59... Line 59...
59
single_operand_operators:
59
single_operand_operators:
60
 db 1,'+',0
60
 db 1,'+',82h
61
 db 1,'-',083h
61
 db 1,'-',83h
62
 db 3,'not',0D0h
62
 db 3,'not',0D0h
63
 db 3,'plt',0E1h
63
 db 3,'plt',0E1h
64
 db 3,'rva',0E0h
64
 db 3,'rva',0E0h
65
 db 0
65
 db 0
Line 1263... Line 1263...
1263
 db 'andnpd',55h
1263
 db 'andnpd',55h
1264
 dw sse_pd_instruction-instruction_handler
1264
 dw sse_pd_instruction-instruction_handler
1265
 db 'andnps',55h
1265
 db 'andnps',55h
1266
 dw sse_ps_instruction-instruction_handler
1266
 dw sse_ps_instruction-instruction_handler
1267
 db 'cmovae',43h
1267
 db 'assert',0
-
 
1268
 dw assert_directive-instruction_handler
-
 
1269
 db 'cmovae',43h
1268
 dw cmov_instruction-instruction_handler
1270
 dw cmov_instruction-instruction_handler
1269
 db 'cmovbe',46h
1271
 db 'cmovbe',46h
1270
 dw cmov_instruction-instruction_handler
1272
 dw cmov_instruction-instruction_handler
1271
 db 'cmovge',4Dh
1273
 db 'cmovge',4Dh
1272
 dw cmov_instruction-instruction_handler
1274
 dw cmov_instruction-instruction_handler