Subversion Repositories Kolibri OS

Rev

Rev 3011 | Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. Visit http://flatassembler.net/ for more information.
  3.  
  4.  
  5. version 1.71.16 (Oct 30, 2013)
  6.  
  7. [-] Fixed some bugs in the ELF executable formatter.
  8.  
  9.  
  10. version 1.71.15 (Oct 26, 2013)
  11.  
  12. [-] Fixed some bugs inadvertently introduced in the previous release.
  13.  
  14.  
  15. version 1.71.14 (Oct 25, 2013)
  16.  
  17. [+] Added "postpone" directive to preprocessor.
  18.  
  19.  
  20. version 1.71.13 (Sep 09, 2013)
  21.  
  22. [-] Fixed a bug that caused the expressions containing external symbols
  23.     to overflow from time to time.
  24.  
  25.  
  26. version 1.71.12 (Aug 04, 2013)
  27.  
  28. [-] Expressions in square brackets were incorrectly treated as valid numerical
  29.     values when used in some logical expressions.
  30.  
  31. [-] A previous fix to "store" directive did not apply to all the cases when it
  32.     was incorrectly leaving the data marked as uninitialized. The new fix
  33.     addresses this issue.
  34.  
  35.  
  36. version 1.71.11 (Jul 09, 2013)
  37.  
  38. [-] Modifying a value in uninitialized data block with "store" directive will
  39.     now correctly mark this data as initialized when it is in a different
  40.     addressing space.
  41.  
  42. [-] Missing quote will no longer cause the symbols generator to hang or crash.
  43.  
  44. [-] Address range restrictions for addressing modes no longer apply to addresses
  45.     provided to assembler directives like "label", "virtual" or "load".
  46.  
  47.  
  48. version 1.71.10 (Apr 03, 2013)
  49.  
  50. [-] Fixed a crashing "heap" directive in 64-bit PE format.
  51.  
  52.  
  53. version 1.71.09 (Mar 30, 2013)
  54.  
  55. [-] "use16","use32" and "use64" no longer allow to put another instruction in
  56.     the same line.
  57.  
  58. [-] Fixed a bug in parser that caused it to hang while processing some
  59.     specific ill-structured preprocessed lines.
  60.  
  61. [-] Modified memory allocation algorithm on Windows machines with large RAM.
  62.  
  63.  
  64. version 1.71.08 (Mar 08, 2013)
  65.  
  66. [-] Fixed a bug that caused "irp" to skip processing a list with one empty
  67.     element when default value for iterating variable was specified.
  68.  
  69.  
  70. version 1.71.07 (Dec 23, 2012)
  71.  
  72. [-] Fixed a bug that was causing "used" operator to give incorrect results
  73.     in some very specific cases.
  74.  
  75.  
  76. version 1.71.06 (Nov 22, 2012)
  77.  
  78. [-] Fixed a few bugs caused by unnecesarily strong restrictions on allowed
  79.     types of relocatable values in some places (like "label" directive).
  80.  
  81.  
  82. version 1.71.05 (Oct 15, 2012)
  83.  
  84. [-] Fixed a bug which caused "load" and "store" directives to sometimes
  85.     fail when assembler had preallocated very large amount of memory.
  86.  
  87.  
  88. version 1.71.04 (Oct 10, 2012)
  89.  
  90. [-] Fixed another bug in "org" directive, which was causing it to deal
  91.     incorrectly with negative addresses.
  92.  
  93.  
  94. version 1.71.03 (Sep 27, 2012)
  95.  
  96. [-] Fixed a bug in "org" directive introduced by recent changes, which
  97.     was manifesting with bases larger than 31-bit.
  98.  
  99.  
  100. version 1.71.02 (Sep 26, 2012)
  101.  
  102. [-] Expression calculator now allows to calculate the difference of
  103.     relocatable addresses in a reverse order (first substracting/negating
  104.     and then adding the other one).
  105.  
  106.  
  107. version 1.71.01 (Sep 23, 2012)
  108.  
  109. [+] Added support for ADX, RDSEED and SMAP instruction sets.
  110.  
  111. [-] Fixed the bugs related to creating a new addressing space inside the
  112.     virtual block with "org" directive.
  113.  
  114.  
  115. version 1.71.00 (Sep 21, 2012)
  116.  
  117. [+] Added ability to define a special kind of label identifying the
  118.     addressing space. This label can the be used with "load" or "store"
  119.     directives to allow operations on bytes in any addressing space,
  120.     not just the current one. This special label is defined by following
  121.     its name with double colon, and can only be used with "load" and
  122.     "store" directive, where address can now be specified in two parts,
  123.     first the adressing space label, then the colon and then the
  124.     address inside that addressing space.
  125.  
  126.  
  127. version 1.70.03 (Jun 29, 2012)
  128.  
  129. [-] Allowed to freely upgrade or downgrade the relocatable addresses in
  130.     object format between the 32-bit or 64-bit size.
  131.  
  132.  
  133. version 1.70.02 (May 22, 2012)
  134.  
  135. [-] Corrected the optimization of segment prefixes when the extended syntax
  136.     of some string instructions ("cmps", "lods", "movs" and "outs") is
  137.     used in long mode. Now it is consistent with optimizations done with
  138.     all the other instructions.
  139.  
  140.  
  141. version 1.70.01 (Apr 30, 2012)
  142.  
  143. [-] Corrected a recently introduced bug that caused some illegal
  144.     address expressions to cause an error prematurely during the
  145.     parsing stage.
  146.  
  147.  
  148. version 1.70 (Apr 17, 2012)
  149.  
  150. [+] Added support for AVX, AVX2, AES, CLMUL, FMA, RDRAND, FSGSBASE, F16C,
  151.     FMA4, XOP, MOVBE, BMI, TBM, INVPCID, HLE and RTM instruction sets.
  152.  
  153. [+] Added half-precision floating point values support.
  154.  
  155. [+] Extended the syntax of "rept" directive to allow numerical expressions
  156.     to be calculated by preprocessor in its arguments.
  157.  
  158. [+] Added "large" and "NX" settings for PE format.
  159.  
  160. [+] Allowed PE fixups to be resolved anywhere in the generated executable.
  161.  
  162. [+] Allowed to specify branding value (use 3 for Linux) after the
  163.     "format ELF executable" setting.
  164.  
  165. [+] Added "intepreter", "dynamic" and "note" keywords for creation of
  166.     special segments in ELF executables.
  167.  
  168. [-] Fixed long mode opcode generator to allow absolute addresses to be
  169.     generated with "qword" keyword inside square brackets.
  170.  
  171. [-] Disallowed negative immediates with "int", "enter", "ret" instructions.
  172.  
  173. [+] Allowed symbolic information dump file to be created even in case of error.
  174.     In such case it contains only the preprocessed source that can be extracted
  175.     with PREPSRC tool. If error occured during preprocessing, only the source up
  176.     to the point of error is provided.
  177.  
  178. [+] Added symbol references table to symbolic dump file.
  179.  
  180. [-] Corrected the "defined" and "used" flags in the symbols dump to reflect the
  181.     state from the final assembly pass.
  182.  
  183. [+] Added "assert" directive.
  184.  
  185. [-] Formatter symbols like "PE" or "readable" are now recognized only in the
  186.     context of formatter directives, and thus are no longer disallowed as
  187.     labels.
  188.  
  189. [+] Macroinstruction argument now can have default value, defined with "="
  190.     symbol followed by value after the argument name in definition.
  191.  
  192. [+] Added "relativeto" operator, which can be used in logical expressions
  193.     to test whether two values differ only by a constant and not relocatable
  194.     amount.
  195.  
  196. [-] Revised the expression calculator, it now is able to correctly perform
  197.     calculations in signed and unsigned ranges in full 64-bit. This fixes
  198.     a number of issues - the overflow will now be correctly detected for
  199.     64-bit values in cases, where previous versions could not distinguish
  200.     whether it was an overflow or not. The effect of these corrections is
  201.     that "dq" directive will now behave consistently with behavior of the
  202.     data directives for smaller sizes, and the same applies to all the
  203.     places where "qword" size for value is used.
  204.  
  205.  
  206. version 1.68 (Jun 13, 2009)
  207.  
  208. [+] Added SSSE3 (Supplemental SSE3), SSE4.1, SSE4.2 and SSE4a instructions.
  209.  
  210. [+] Added the AMD SVM and Intel SMX instructions.
  211.  
  212. [+] Added "rdmsrq", "wrmsrq", "sysexitq" and "sysretq" mnemonics for the
  213.     64-bit variants of respective instructions.
  214.  
  215. [+] Added "fstenvw", "fstenvd", "fsavew", "fsaved", "frstorw" and "frstord"
  216.     mnemonics to allow choosing between 16-bit and 32-bit variants of
  217.     structures used by the "fstenv", "fsave" and "frstor" instructions.
  218.  
  219. [+] Added "plt" operator for the ELF output format.
  220.  
  221. [+] Allowed "rva" operator to be used in MS COFF object format, and also
  222.     added "static" keyword for the "public" directive.
  223.  
  224. [+] Added Intel-style aliases for the additional long mode 8-bit registers.
  225.  
  226. [-] The PE formatter now automatically detects whether relocatable labels
  227.     should be used, depending on whether the fixups directory is placed
  228.     somewhere into executable by programer, or not. This makes possible the
  229.     more flexible use of the addressing symbols in case of PE executable fixed
  230.     at some position.
  231.  
  232. [-] Added support for outputting the 32-bit address relocations in case of
  233.     64-bit object formats and PE executable. This makes some specific
  234.     instructions compilable, but it also forces linker to put such
  235.     generated code into the low 2 gigabytes of addressing space.
  236.  
  237. [+] Added "EFI", "EFIboot" and "EFIruntime" subsystem keywords for PE format.
  238.  
  239. [-] Corrected the precedence of operators of macroinstruction line maker.
  240.     The symbol escaping now has always the higher priority than symbol conversion,
  241.     and both have higher precedence than concatenation.
  242.  
  243. [+] Allowed to check "@b" and "@f" symbols with "defined" operator.
  244.  
  245. [+] Allowed "as" operator to specify the output file extension when
  246.     placed at the end of the "format" directive line.
  247.  
  248. [-] Definition of macro with the same name as one of the preprocessor's directives
  249.     is no longer allowed.
  250.  
  251. [+] Allowed single quote character to be put inside the number value,
  252.     to help improve long numbers readability.
  253.  
  254. [+] Added optional symbolic information output, and a set of tools that extract
  255.     various kinds of information from it.
  256.  
  257. [+] Added "err" directive that allows to signalize error from the source.
  258.  
  259.  
  260. version 1.66 (May 7, 2006)
  261.  
  262. [+] Added "define" directive to preprocessor, which defines symbolic constants,
  263.     the same kind as "equ" directive, however there's an important difference
  264.     that "define" doesn't process symbolic constants in the value before
  265.     assigning it. For example:
  266.  
  267.         a equ 1
  268.         a equ a+a
  269.  
  270.         define b 1
  271.         define b b+b
  272.  
  273.     defines the "a" constant with value "1+1", but the "b" is defined with
  274.     value "b+b". This directive may be useful in some advanced
  275.     macroinstructions.
  276.  
  277. [-] Moved part of the conditional expression processing into parser,
  278.     for slightly better performance and lesser memory usage by assembler.
  279.     The logical values defined with "eq", "eqtype" and "in" operators are now
  280.     evaluated by the parser and if they are enough to determine the condition,
  281.     the whole block is processed accordingly. Thus this block:
  282.  
  283.         if eax eq EAX | 0/0
  284.                 nop
  285.         end if
  286.  
  287.     is parsed into just "nop" instruction, since parser is able to determine
  288.     that the condition is true, even though one of the logical values makes no
  289.     sense - but since this is none of the "eq", "eqtype" and "in" expressions,
  290.     the parser doesn't investigate.
  291.  
  292. [-] Also the assembler is now calculating only as many logical values as it
  293.     needs to determine the condition. So this block:
  294.  
  295.         if defined alpha & alpha
  296.  
  297.         end if
  298.  
  299.     will not cause error when "alpha" is not defined, as it would with previous
  300.     versions. This is because after checking that "defined alpha" is false
  301.     condition it doesn't need to know the second logical value to determine the
  302.     value of conjunction.
  303.  
  304. [+] Added "short" keyword for specifying jump type, the "jmp byte" form is now
  305.     obsolete and no longer correct - use "jmp short" instead.
  306.  
  307. [-] The size operator applied to jump no longer applies to the size of relative
  308.     displacement - now it applies to the size of target address.
  309.  
  310. [-] The "ret" instruction with 0 parameter is now assembled into short form,
  311.     unless you force using the 16-bit immediate with "word" operator.
  312.  
  313. [+] Added missing extended registers for the 32-bit addressing in long mode.
  314.  
  315. [+] Added "linkremove" and "linkinfo" section flags for MS COFF output.
  316.  
  317. [+] Added support for GOT offsets in ELF object formatter, which can be useful
  318.     when making position-independent code for shared libraries. For any label
  319.     you can get its offset relative to GOT by preceding it with "rva" operator
  320.     (the same keyword as for PE format is used, to avoid adding a new one,
  321.     while this one has very similar meaning).
  322.  
  323. [-] Changed ELF executable to use "segment" directive in place of "section",
  324.     to make the distinction between the run-time segments and linkable
  325.     sections. If you had a "section" directive in your ELF executables and they
  326.     no longer assemble, replace it with "segment".
  327.  
  328. [-] The PE formatter now always creates the fixups directory when told to -
  329.     even when there are no fixups to be put there (in such case it creates the
  330.     directory with one empty block).
  331.  
  332. [-] Some of the internal structures have been extended to provide the
  333.     possibility of making extensive symbol dumps.
  334.  
  335. [-] Corrected "fix" directive to keep the value intact before assigning it to the
  336.     prioritized constant.
  337.  
  338. [+] The ` operator now works with any kind of symbol; when used with quoted
  339.     string it simply does nothing. Thus the sequence of ` operators applied to
  340.     one symbol work the same as if there was just one. In similar manner, the
  341.     sequence of # operators now works as if it was a single one - using such a
  342.     sequence instead of escaping, which was kept for some backward
  343.     compatibility, is now deprecated.
  344.  
  345. [-] Corrected order of identifying assembler directives ("if db eq db" was
  346.     incorrectly interpreted as data definition).
  347.  
  348. [-] Many other small bugs fixed.
  349.  
  350.  
  351. version 1.64 (Aug 8, 2005)
  352.  
  353. [+] Output of PE executables for Win64 architecture (with "format PE64"
  354.     setting).
  355.  
  356. [+] Added "while" and "break" directives.
  357.  
  358. [+] Added "irp" and "irps" directives.
  359.  
  360. [+] The macro arguments can be marked as required with the "*" character.
  361.  
  362. [-] Fixed checking for overflow when multiplying 64-bit values - the result
  363.     must always fit in the range of signed 64 integer now.
  364.  
  365. [-] Segment prefixes were generated incorrectly in 16-bit mode when BP was used
  366.     as a second addressing register - fixed.
  367.  
  368. [-] The "local" directive was not creating unique labels in some cases - fixed.
  369.  
  370. [-] The "not encodable with long immediate" error in 64-bit mode was sometimes
  371.     wrongly signaled - fixed.
  372.  
  373. [-] Other minor fixes and corrections.
  374.  
  375.  
  376. version 1.62 (Jun 14, 2005)
  377.  
  378. [+] Escaping of symbols inside macroinstructions with backslash.
  379.  
  380. [+] Ability of outputting the COFF object files for Win64 architecture
  381.     (with "format MS64 COFF" setting).
  382.  
  383. [+] New preprocessor directives: "restruc", "rept" and "match"
  384.  
  385. [+] VMX instructions support (not documented).
  386.  
  387. [+] Extended data directives to allow use of the "dup" operator.
  388.  
  389. [+] Extended "struc" features to allow custom definitions of main structure's
  390.     label.
  391.  
  392. [-] When building resources from the the .RES file that contained more
  393.     than one resource of the same string name, the separate resource
  394.     directories were created with the same names - fixed.
  395.  
  396. [-] Several bugs in the ELF64 object output has been fixed.
  397.  
  398. [-] Corrected behavior of "fix" directive to more straightforward.
  399.  
  400. [-] Fixed bug in "include" directive, which caused files included from within
  401.     macros to be processed the wrong way.
  402.