Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1362 → Rev 1363

/programs/develop/fasm/trunk/WHATSNEW.TXT
2,6 → 2,36
Visit http://flatassembler.net/ for more information.
 
 
version 1.69.11 (Dec 19, 2009)
 
[+] Allowed syntax of "pmovmskb" with 64-bit register destination in long mode.
 
[-] The code generated for "call eax" instruction was missing prefix in 16-bit
mode - fixed.
 
 
version 1.69.10 (Oct 28, 2009)
 
[-] Fixed long mode opcode generator to allow absolute addresses to be
generated with "qword" keyword inside square brackets.
 
 
version 1.69.09 (Oct 20, 2009)
 
[-] Fixed a crash during the symbolic information generation when a "static"
symbol was encountered.
 
 
version 1.69.08 (Oct 04, 2009)
 
[-] Minor bugfixes.
 
 
version 1.69.07 (Oct 03, 2009)
 
[-] Corrected encoding of "extrq" intruction for some cases.
 
 
version 1.69.06 (Sep 29, 2009)
 
[-] The prefix 67h for "jecxz" and "loopd" instructions in 64-bit mode wasn't
/programs/develop/fasm/trunk/fasm.asm
265,6 → 265,16
call draw_checkbox
call draw_messages
 
mov eax,dword[pinfo.box.width]
cmp eax,250
jge @f
mov eax,250
@@:
sub eax,127
mov dword[edit1.width],eax
mov dword[edit2.width],eax
mov dword[edit3.width],eax
 
push dword edit1
call [edit_box_draw]
push dword edit2
399,9 → 409,9
;aCheck_box_mouse db 'check_box_mouse',0
;aVersion_ch db 'version_ch',0
 
edit1 edit_box 153, 56, 1, 0xe0ffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, infile, mouse_dd, 0, 11,11
edit2 edit_box 153, 56, 17, 0xe0ffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, outfile, mouse_dd, 0, 7,7
edit3 edit_box 153, 56, 33, 0xe0ffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, path, mouse_dd, 0, 6,6
edit1 edit_box 153, 56, 1, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, infile, mouse_dd, 0, 11,11
edit2 edit_box 153, 56, 17, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, outfile, mouse_dd, 0, 7,7
edit3 edit_box 153, 56, 33, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, path, mouse_dd, 0, 6,6
 
mouse_dd dd 0 ;íóæíî äëÿ Shift-à â editbox