Subversion Repositories Kolibri OS

Rev

Rev 2665 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2665 Rev 3010
Line 1... Line 1...
1
Visit http://flatassembler.net/ for more information.
1
Visit http://flatassembler.net/ for more information.
Line -... Line 2...
-
 
2
 
-
 
3
 
-
 
4
version 1.70.03 (Jun 29, 2012)
-
 
5
 
-
 
6
[-] Allowed to freely upgrade or downgrade the relocatable addresses in
-
 
7
    object format between the 32-bit or 64-bit size.
-
 
8
 
-
 
9
 
-
 
10
version 1.70.02 (May 22, 2012)
-
 
11
 
-
 
12
[-] Corrected the optimization of segment prefixes when the extended syntax
-
 
13
    of some string instructions ("cmps", "lods", "movs" and "outs") is
-
 
14
    used in long mode. Now it is consistent with optimizations done with
-
 
15
    all the other instructions.
2
 
16
 
Line 3... Line 17...
3
 
17
 
4
version 1.70.01 (Apr 30, 2012)
18
version 1.70.01 (Apr 30, 2012)
5
 
19
 
Line 6... Line 20...
6
[-] Corrected a recently introduced bug that caused some incorrect
20
[-] Corrected a recently introduced bug that caused some illegal
Line 17... Line 31...
17
 
31
 
Line 18... Line 32...
18
[+] Extended the syntax of "rept" directive to allow numerical expressions
32
[+] Extended the syntax of "rept" directive to allow numerical expressions
19
    to be calculated by preprocessor in its arguments.
33
    to be calculated by preprocessor in its arguments.
Line 20... Line 34...
20
 
34
 
Line 21... Line 35...
21
[+] Added "large" and "NX" settings from PE format.
35
[+] Added "large" and "NX" settings for PE format.
Line 22... Line 36...
22
 
36
 
23
[+] Allowed PE fixups to be resolved anywhere in the generated executable.
37
[+] Allowed PE fixups to be resolved anywhere in the generated executable.