Subversion Repositories Kolibri OS

Rev

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

Rev 1115 Rev 1189
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.69.06 (Sep 29, 2009)
-
 
5
 
-
 
6
[-] The prefix 67h for "jecxz" and "loopd" instructions in 64-bit mode wasn't
-
 
7
    correctly generated - fixed.
-
 
8
 
-
 
9
[-] It's no longer possible to define two special segments of the same type
-
 
10
    in ELF executables.
-
 
11
 
-
 
12
 
-
 
13
version 1.69.05 (Sep 14, 2009)
-
 
14
 
-
 
15
[+] Allowed to specify branding value (use 3 for Linux) after the
-
 
16
    "format ELF executable" setting.
-
 
17
 
-
 
18
[+] Added "intepreter", "dynamic" and "note" keywords for creation of
-
 
19
    special segments in ELF executables.
-
 
20
 
-
 
21
 
-
 
22
version 1.69.04 (Sep 7, 2009)
-
 
23
 
-
 
24
[-] Fixed a bug with REX prefix generation with address of type "rX+rsp".
-
 
25
 
-
 
26
 
-
 
27
version 1.69.03 (Aug 03, 2009)
-
 
28
 
-
 
29
[+] Allowed simplified syntax for "monitor", "mwait", "blendvps", "blendvpd" and
-
 
30
    "pblendvb" instructions.
-
 
31
 
-
 
32
 
-
 
33
version 1.69.02 (Jul 04, 2009)
-
 
34
 
-
 
35
[-] Minor bugfixes.
-
 
36
 
-
 
37
 
-
 
38
version 1.69.01 (Jul 01, 2009)
-
 
39
 
-
 
40
[+] Added "movbe" instruction.
-
 
41
 
-
 
42
[-] "extractps" no longer generates the double 66h prefix.
-
 
43
 
-
 
44
 
-
 
45
version 1.69.00 (Jun 23, 2009)
-
 
46
 
-
 
47
[+] Extended the syntax of "rept" directive to allow numerical expressions
-
 
48
    to be calculated by preprocessor in its arguments.
-
 
49
 
-
 
50
[-] The code of assembler (but not data) has been made position-independent, and
-
 
51
    this allowed to use code segmentation in DOS unREAL mode, so the code is
-
 
52
    no longer limited to 64 kilobytes.
2
 
53
 
Line 3... Line 54...
3
 
54
 
Line 4... Line 55...
4
version 1.68 (Jun 13, 2009)
55
version 1.68 (Jun 13, 2009)