Codebase list fasm / b5348f7
Update upstream source from tag 'upstream/1.73.14' Update to upstream version '1.73.14' with Debian dir 309840c8f28550a0d89ffb0eac38a32680041813 Tomasz Buchert 4 years ago
6 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
Binary diff not shown
Binary diff not shown
13091309 dw rdpid_instruction-instruction_handler
13101310 db 'rdpmc',33h
13111311 dw simple_extended_instruction-instruction_handler
1312 db 'rdpru',0FDh
1313 dw simple_instruction_0f_01-instruction_handler
13121314 db 'rdtsc',31h
13131315 dw simple_extended_instruction-instruction_handler
13141316 db 'repne',0F2h
30003002 dw avx_comiss_instruction-instruction_handler
30013003 db 'vzeroall',77h
30023004 dw vzeroall_instruction-instruction_handler
3005 db 'wbnoinvd',9
3006 dw simple_extended_instruction_f3-instruction_handler
30033007 db 'wrfsbase',2
30043008 dw rdfsbase_instruction-instruction_handler
30053009 db 'wrgsbase',3
3232 ; cannot simply be copied and put under another distribution licence
3333 ; (including the GNU Public Licence).
3434
35 VERSION_STRING equ "1.73.13"
35 VERSION_STRING equ "1.73.14"
3636
3737 VERSION_MAJOR = 1
3838 VERSION_MINOR = 73
5353 mov al,0Fh
5454 stos word [edi]
5555 jmp instruction_assembled
56 simple_extended_instruction_f3:
57 mov byte [edi],0F3h
58 inc edi
59 jmp simple_extended_instruction
5660 prefix_instruction:
5761 stos byte [edi]
5862 or [prefix_flags],1
00
11 Visit http://flatassembler.net/ for more information.
2
3
4 version 1.73.14 (July 40, 2019)
5
6 [-] Added "rdpru" and "wbnoinvd" instructions.
27
38
49 version 1.73.13 (July 14, 2019)