Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5098 3517 d 6 h clevermouse / switch build system to Tup  
4479 3754 d 3 h dunkaist / remove FASM.TXT duplicates from /data/$(LANG)/docs
add common fasm.txt to fasm/trunk and update Makefiles to copy it
 
4478 3754 d 4 h dunkaist /programs/develop/fasm/trunk/ fasm: 1.71.16  
4276 3812 d 5 h yogev_ezra /programs/develop/fasm/trunk/ FASM version is taken from here: http://www.flatassembler.net/download.php
Please don't change it when you add KolibriOS-only functionality. Change it only when you upgrade the sources.
 
4274 3812 d 5 h tserj /programs/develop/ Tinypad - Run in debugger by F10 key. Fasm - support debug parameter in command mode added  
4039 3848 d 13 h heavyiron /programs/ fasm 1.71.13, proc32.inc and struct.inc from fasm 1.71.13  
3945 3865 d 4 h mario79 /programs/develop/fasm/trunk/ FASM - inactive window does not receive mouse events  
3662 3971 d 22 h GerdtR /programs/develop/fasm/trunk/ added added debug flag support to fasm  
3661 3972 d 0 h GerdtR /programs/develop/fasm/trunk/ Has Deleted not need file  
3660 3972 d 1 h GerdtR /programs/develop/fasm/trunk/ Added possibility of the conclusion to debugging information from under command line  
3011 4189 d 15 h dunkaist /programs/develop/fasm/trunk/ fasm:
change to common line endings (unix) to make and apply patches in more convenient way
add license.txt
remove local copy of struct.inc which wasn't used
 
3010 4190 d 1 h dunkaist /programs/develop/fasm/trunk/ fasm: update to 1.70.03  
2672 4358 d 0 h leency /programs/develop/fasm/trunk/ fasm: changing program colors, while user changed the skin  
2665 4362 d 6 h dunkaist /programs/develop/fasm/trunk/ fasm: the program updated to 1.70.01
tested with the kernel and several applications
sorry for previous ugly commit
 
2664 4362 d 9 h dunkaist /programs/develop/fasm/trunk/ 36  
2298 4576 d 6 h IgorA /programs/develop/fasm/trunk/ fasm use check_box2  
2287 4582 d 2 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.34 - It's works but need check  
2105 4633 d 10 h mario79 /programs/develop/fasm/trunk/ Small correct for r2093  
2093 4635 d 2 h mario79 /programs/develop/fasm/trunk/ FASM small bugfix  
2059 4638 d 6 h mario79 /programs/develop/fasm/trunk/ FASM - checking for "rolled up" window  
1620 4973 d 3 h IgorA /programs/develop/fasm/trunk/ update 'fasm'  
1619 4973 d 5 h IgorA /programs/ 1) new function 'edit_box_set_text' in 'box_lib'
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
 
1617 4977 d 0 h IgorA /programs/develop/fasm/trunk/ 'fasm' use 'OpenDialog'  
1443 5147 d 23 h diamond /programs/develop/fasm/trunk/ fasm: fixed window minimization broken in rev. 1361  
1395 5194 d 23 h mario79 /programs/develop/fasm/trunk/ 1) Fix handling of parameters of the broken in revision 1361
2) Now the library Box_lib, not loaded when the "shadow" compilation.
3) Small code cleaning
 
1373 5223 d 23 h IgorA / deleted file 'editbox_ex.mac' all programs  
1372 5224 d 3 h IgorA /programs/develop/ Reorganization of the library 'box_lib.obj':
1) new file 'box_lib.mac' to connect all elements
2) Eliminate duplication of code.
Minor improvements 'fasm'.
 
1371 5225 d 2 h IgorA /programs/develop/fasm/trunk/ fasm: not a big optimization
1) Change button on the checkbox
2) the size of file paths is exactly equal to MAX_PATH
3) refined the work with a small width of the window
 
1367 5225 d 23 h Lrz /programs/develop/fasm/trunk/ bugfix length of editbox  
1363 5228 d 2 h IgorA /programs/develop/fasm/trunk/ fasm: added to recalculate the width of the editbox when resizing the window  
1361 5229 d 3 h IgorA /programs/ Updated 'fasm':
1) he now uses a library 'box_lib.obj'
2) Russification
 
1342 5234 d 22 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.11  
1242 5296 d 12 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.10  
1189 5324 d 20 h heavyiron /programs/develop/fasm/ tag for fasm 1.68
fasm 1.69.06 in trunk
 
1115 5433 d 6 h heavyiron /programs/develop/fasm/trunk/ fasm 1.68  
1062 5496 d 15 h heavyiron /programs/develop/fasm/trunk/ fasm version 1.67.38 (Mar 29, 2009)

[-] Fixed a bug with size of memory operand for ROUNDSS/ROUNDSD
 
1054 5511 d 23 h heavyiron /programs/develop/fasm/trunk/ fasm

version 1.67.37 (Mar 24, 2009)
[-] The .efi extension is now generated for EFI PE formats.
[-] Fixed a bug with invalid size of memory operand for SSE4 instructions.

version 1.67.36 (Mar 20, 2009)
[-] The size of section table was stored with a wrong value in symbols file, it should have the correct value now.
 
1053 5529 d 11 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.35  
1044 5534 d 21 h heavyiron /programs/develop/fasm/trunk/ fasm version 1.67.34 (Feb 22, 2009)
[-] Fixed small bug with DT directive far pointer syntax.
Visit http://flatassembler.net/ for more information.
 
1039 5547 d 8 h heavyiron /programs/develop/fasm/trunk/ fasm

version 1.67.33 (Feb 20, 2009)
[+] Added ERR directive that allows to signalize error from the source.

version 1.67.32 (Feb 13, 2009)
[+] Allowed single quote character to be put inside the number value, to help improve long numbers readability.

version 1.67.31 (Feb 11, 2009)
[-] Fixed floating point converter to no longer generate NaN in some cases, and corrected denormal numbers generation.

version 1.67.30 (Feb 08, 2009)
[+] Added missing Intel SSE4 instructions.
[+] Added SSE4a (EXTRQ/INSERTQ/MOVNTSD/MOVNTSS) instructions.
[+] Added FSTENVW/FSTENVD/FSAVEW/FSAVED mnemonics.

Visit http://flatassembler.net/ for more information.