Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1053 → Rev 1054

/programs/develop/fasm/trunk/formats.inc
46,6 → 46,8
jne no_extension
cmp [subsystem],1
je sys_extension
cmp [subsystem],10
jae efi_extension
bt [format_flags],8
jnc exe_extension
mov eax,'.dll'
53,6 → 55,9
sys_extension:
mov eax,'.sys'
jmp make_extension
efi_extension:
mov eax,'.efi'
jmp make_extension
bin_extension:
mov eax,'.bin'
bt [format_flags],0
4129,7 → 4134,7
add eax,ecx
mov [ebx-38h+28h],eax
mov eax,[number_of_sections]
shl eax,3
shl eax,2
mov [ebx-38h+34h],eax
mov esi,[memory_start]
prepare_preprocessed_source:
/programs/develop/fasm/trunk/version.inc
33,7 → 33,7
; cannot simply be copied and put under another distribution licence
; (including the GNU Public Licence).
 
VERSION_STRING equ "1.67.35"
VERSION_STRING equ "1.67.37"
 
VERSION_MAJOR = 1
VERSION_MINOR = 67
/programs/develop/fasm/trunk/x86_64.inc
5411,6 → 5411,7
mov [base_code],0Fh
mov [supplemental_code],al
mov al,38h
mov [mmx_size],16
jmp sse_instruction
sse4_instruction_3a_imm8:
mov [immediate_size],8
5419,6 → 5420,7
mov [base_code],0Fh
mov [supplemental_code],al
mov al,3Ah
mov [mmx_size],16
jmp sse_instruction
extractps_instruction:
mov [opcode_prefix],66h