Codebase list fasm / 36d7671
New upstream version 1.71.62 Tomasz Buchert 7 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
13531353 jmp nomem_instruction_ready
13541354 kmov_f2_w1:
13551355 or [rex_prefix],8
1356 cmp [code_type],64
1357 jne illegal_instruction
13561358 kmov_f2:
13571359 mov [opcode_prefix],0F2h
13581360 jmp nomem_instruction_ready
3232 ; cannot simply be copied and put under another distribution licence
3333 ; (including the GNU Public Licence).
3434
35 VERSION_STRING equ "1.71.61"
35 VERSION_STRING equ "1.71.62"
3636
3737 VERSION_MAJOR = 1
3838 VERSION_MINOR = 71
69696969 jnz address_immediate_sib_32bit
69706970 test ch,not 88h
69716971 jnz invalid_address_size
6972 test edx,80000000h
6973 jz address_immediate_sib_store
6974 cmp [address_high],0
6975 je address_immediate_sib_nosignextend
69726976 address_immediate_sib_store:
69736977 call store_instruction_code
69746978 mov al,100b
00
11 Visit http://flatassembler.net/ for more information.
2
3
4 version 1.71.62 (May 08, 2017)
5
6 [-] Minor correction in "kmovq" error checking.
7
8 [-] Minor fix in the encoding of some absolute addresses in long mode.
29
310
411 version 1.71.61 (May 04, 2017)