Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. Visit http://flatassembler.net/ for more information.
  3.  
  4.  
  5. version 1.67.35 (Mar 09, 2009)
  6.  
  7. [-] Some internal code size reductions.
  8.  
  9. [-] Discontinued "-d" switch implementation.
  10.  
  11.  
  12. version 1.67.34 (Feb 22, 2009)
  13.  
  14. [-] Fixed small bug with DT directive far pointer syntax.
  15.  
  16.  
  17. version 1.67.33 (Feb 20, 2009)
  18.  
  19. [+] Added ERR directive that allows to signalize error from the source.
  20.  
  21.  
  22. version 1.67.32 (Feb 13, 2009)
  23.  
  24. [+] Allowed single quote character to be put inside the number value,
  25.     to help improve long numbers readability.
  26.  
  27.  
  28. version 1.67.31 (Feb 11, 2009)
  29.  
  30. [-] Fixed floating point converter to no longer generate NaN in some cases,
  31.     and corrected denormal numbers generation.
  32.  
  33.  
  34. version 1.67.30 (Feb 08, 2009)
  35.  
  36. [+] Added missing Intel SSE4 instructions.
  37.  
  38. [+] Added SSE4a (EXTRQ/INSERTQ/MOVNTSD/MOVNTSS) instructions.
  39.  
  40. [+] Added FSTENVW/FSTENVD/FSAVEW/FSAVED mnemonics.
  41.  
  42.  
  43. version 1.67.29 (Nov 15, 2008)
  44.  
  45. [+] Added optional symbolic information output, and a set of tools that extract
  46.     various kinds of information from it.
  47.  
  48. [+] Allowed RVA operator to be used in COFF object format.
  49.  
  50. [-] Corrected the FIX directive to allow names of preprocessor's directives to be
  51.     used as prioritized symbolic constant name.
  52.  
  53.  
  54. version 1.67.28 (Nov 06, 2008)
  55.  
  56. [+] Added EFI/EFIBOOT/EFIRUNTIME subsystem keywords for PE format (experimental
  57.     feature, still needs to be tested).
  58.  
  59. [-] Fixed a bug in preprocessor which caused some problems with DISPLAY directive
  60.     output in some cases.
  61.  
  62. [-] Fixed a bug that allowed to define a symbol named "eip" or "rip".
  63.  
  64. [-] Fixed a problem with assembling MOVQ RAX,XMM0 instruction.
  65.  
  66.  
  67. version 1.67.27 (Jul 12, 2008)
  68.  
  69. [-] Fixed a bug which caused instructions from JCXZ/LOOP family to be incorrectly
  70.     assembled when requiring 67h prefix and provided with "$" operand.
  71.  
  72. [-] Definition of macro with the same name as one of the preprocessor's directives
  73.     is no longer allowed.
  74.  
  75. [-] Fixed REPT directive to check out validity of its parameters even when the
  76.     count is zero.
  77.  
  78. [-] Fixed VMREAD/VMWRITE syntax in the USE64 mode.
  79.  
  80. [-] Corrected MZ header generation and handling for the case when the last page of
  81.     executable contains the round 512 bytes.
  82.  
  83.  
  84. version 1.67.26 (Jan 27, 2008)
  85.  
  86. [+] Added partial SSE4 support (a couple of instructions left to be implemented
  87.     in the next releases)
  88.  
  89. [+] Added GETSEC instruction for the SMX functions calling.
  90.  
  91. [-] Some fixes and rearrangements in the DOS version.
  92.  
  93.  
  94. version 1.67.25 (Dec 30, 2007)
  95.  
  96. [-] Fixed a couple of bugs related to undefined symbol error signaling.
  97.  
  98.  
  99. version 1.67.24 (Dec 03, 2007)
  100.  
  101. [+] Added "-d" option to allow predefining symbolic constants from command line.
  102.  
  103. [-] Changed some of the error messages to be more informative.
  104.  
  105.  
  106. version 1.67.23 (Sep 08, 2007)
  107.  
  108. [+] Added "static" keyword for the "public" directive in COFF format.
  109.  
  110. [-] Redirected error information into stderr.
  111.  
  112.  
  113. version 1.67.22 (Aug 05, 2007)
  114.  
  115. [+] Allowed to check "@b" and "@f" symbols with "defined" operator.
  116.  
  117. [+] Allowed "as" operator to specify the output file extension when
  118.     placed at the end of the "format" directive line.
  119.  
  120. [-] Fixed a bug with stack size declaration in PE64 format that
  121.     caused assembler to crash.
  122.  
  123. [-] Corrected the VMREAD and VMWRITE instructions to allow registers
  124.     in place of memory operands.
  125.  
  126. [-] Corrected a mistake that made PLT operator not work correctly with
  127.     the CALL instruction.
  128.  
  129.  
  130. version 1.67.21 (Feb 17, 2007)
  131.  
  132. [+] Allowed 32-bit relocations in PE64 output format.
  133.  
  134. [-] Fixed a bug that caused "push cr0" error to go unnoticed by assembler.
  135.  
  136.  
  137. version 1.67.20 (Feb 12, 2007)
  138.  
  139. [-] Corrected the range checking of signed address displacements in 64-bit mode.
  140.  
  141.  
  142. version 1.67.19 (Feb 10, 2007)
  143.  
  144. [-] Disallowed labels starting with $ character.
  145.  
  146. [-] Fixed some problems with handling 32-bit relocations in 64-bit formats.
  147.  
  148.  
  149. version 1.67.18 (Dec 27, 2006)
  150.  
  151. [-] Fixed a small mistake in the recent corrections of logical expression parser.
  152.  
  153.  
  154. version 1.67.17 (Dec 20, 2006)
  155.  
  156. [-] Corrected the precedence of operators of macroinstruction line maker.
  157.     The symbol escaping now has always the higher priority than symbol conversion,
  158.     and both have higher precedence than concatenation.
  159.  
  160. [-] Fixed problems with logical expression parser to handle correctly comparing
  161.     values containing round brackets with the EQ or EQTYPE operator.
  162.     The only limitation now is that when you use round brackets to enclose some
  163.     logical expressions, they must be paired everywhere inside those expressions.
  164.  
  165.  
  166. version 1.67.16 (Dec 17, 2006)
  167.  
  168. [-] Fixed a really old bug in register expression calculator.
  169.  
  170.  
  171. version 1.67.15 (Nov 20, 2006)
  172.  
  173. [-] Some final (?) fixes and cleanup in the relative-offsets calculations.
  174.  
  175.  
  176. version 1.67.14 (Oct 28, 2006)
  177.  
  178. [-] Another small bug fixes.
  179.  
  180.  
  181. version 1.67.13 (Oct 26, 2006)
  182.  
  183. [-] Fixed a bug with handling of invalid expressions by "defined" operator.
  184.  
  185. [-] Fixed a newly-introduced bug with relocations in automatically generated RIP-relative
  186.     addressings.
  187.  
  188.  
  189. version 1.67.12 (Oct 1, 2006)
  190.  
  191. [+] Added EIP-relative addressing, and fixed some bugs with RIP-related one aswell.
  192.  
  193.  
  194. version 1.67.11 (Sep 26, 2006)
  195.  
  196. [+] Added PLT operator for the ELF output format.
  197.  
  198. [-] Rearranged and fixed some of the relocation handling routines.
  199.  
  200.  
  201. version 1.67.10 (Sep 23, 2006)
  202.  
  203. [+] Added SSSE3 (Supplemental SSE3) instructions.
  204.  
  205.  
  206. version 1.67.9 (Sep 21, 2006)
  207.  
  208. [+] Added some Win64 headers and examples in the Windows package.
  209.  
  210. [-] Fixed another operand size checking bug with MOVQ instruction.
  211.  
  212.  
  213. version 1.67.8 (Sep 17, 2006)
  214.  
  215. [-] Fixed a bug in address processing that caused disallowed combinations like
  216.     [qword eax] to be accepted.
  217.  
  218.  
  219. version 1.67.7 (Jul 31, 2006)
  220.  
  221. [-] Fixed a bug that caused over-repeated processing of macro operators when
  222.     many embedded macros were placed in one line
  223.  
  224. [+] Added SYSRETQ mnemonic.
  225.  
  226.  
  227. version 1.67.6 (Jul 21, 2006)
  228.  
  229. [+] Added (not yet documented) RDMSRQ/WRMSRQ/SYSEXITQ mnemonics for the 64-bit
  230.     variants of respective instructions.
  231.  
  232. [+] Added information about memory allocation to the command line interfaces.
  233.     This should make it easier to decide when to use the -m switch.
  234.  
  235.  
  236. version 1.67.5 (Jul 7, 2006)
  237.  
  238. [-] Fixed encoding of MOV (E)AX,[WORD ADDR] instruction in 32-bit mode.
  239.  
  240.  
  241. version 1.67.4 (Jul 5, 2006)
  242.  
  243. [+] Added R8L-R15L (Intel-style) aliases for R8B-R15B registers.
  244.  
  245. [-] Further optimizations in the parser.
  246.  
  247.  
  248. version 1.67.3 (Jul 2, 2006)
  249.  
  250. [-] Improved an instruction searching algorithm a bit.
  251.  
  252.  
  253. version 1.67.2 (Jul 1, 2006)
  254.  
  255. [-] Fixed a recently introduced bug with ELF relocations in case of 32-bit
  256.     object.
  257.  
  258.  
  259. version 1.67.1 (Jun 30, 2006)
  260.  
  261. [+] Added the support for the new AMD SVM technology instructions.
  262.  
  263.  
  264. version 1.67.0 (Jun 28, 2006)
  265.  
  266. [-] The PE formatter now automatically detects whether relocatable labels
  267.     should be used, depending on whether the fixups directory is placed
  268.     somewhere into executable by programer, or not. This makes possible the
  269.     more flexible use of the addressing symbols in case of PE executable fixed
  270.     at some position.
  271.  
  272. [-] Added support for outputting the 32-bit address relocations in case of
  273.     64-bit object formats. This makes some specific instructions compilable,
  274.     but it also forces linker to put such generated code into the low 2
  275.     gigabytes of addressing space.
  276.  
  277.  
  278. version 1.66 (May 7, 2006)
  279.  
  280. [+] Added DEFINE directive to preprocessor, which defines symbolic constants,
  281.     the same kind as EQU directive, however there's an important difference
  282.     that DEFINE doesn't process symbolic constants in the value before
  283.     assigning it. For example:
  284.  
  285.         a equ 1
  286.         a equ a+a
  287.  
  288.         define b 1
  289.         define b b+b
  290.  
  291.     defines the "a" constant with value "1+1", but the "b" is defined with
  292.     value "b+b". This directive may be useful in some advanced
  293.     macroinstructions.
  294.  
  295. [-] Moved part of the conditional expression processing into parser,
  296.     for slightly better performance and lesser memory usage by assembler.
  297.     The logical values defined with "eq", "eqtype" and "in" operators are now
  298.     evaluated by the parser and if they are enough to determine the condition,
  299.     the whole block is processed accordingly. Thus this block:
  300.  
  301.         if eax eq EAX | 0/0
  302.                 nop
  303.         end if
  304.  
  305.     is parsed into just NOP instruction, since parser is able to determine
  306.     that the condition is true, even though one of the logical values makes no
  307.     sense - but since this is none of the "eq", "eqtype" and "in" expressions,
  308.     the parser doesn't investigate.
  309.  
  310. [-] Also the assembler is now calculating only as many logical values as it
  311.     needs to determine the condition. So this block:
  312.  
  313.         if defined alpha & alpha
  314.  
  315.         end if
  316.  
  317.     will not cause error when "alpha" is not defined, as it would with previous
  318.     versions. This is because after checking that "defined alpha" is false
  319.     condition it doesn't need to know the second logical value to determine the
  320.     value of conjunction.
  321.  
  322. [+] Added "short" keyword for specifying jump type, the "jmp byte" form is now
  323.     obsolete and no longer correct - use "jmp short" instead.
  324.  
  325. [-] The size operator applied to jump no longer applies to the size of relative
  326.     displacement - now it applies to the size of target address.
  327.  
  328. [-] The RET instruction with 0 parameter is now assembled into short form,
  329.     unless you force using the 16-bit immediate with "word" operator.
  330.  
  331. [+] Added missing extended registers for the 32-bit addressing in long mode.
  332.  
  333. [+] Added "linkremove" and "linkinfo" section flags for MS COFF output.
  334.  
  335. [+] Added support for GOT offsets in ELF object formatter, which can be useful
  336.     when making position-independent code for shared libraries. For any label
  337.     you can get its offset relative to GOT by preceding it with "rva" operator
  338.     (the same keyword as for PE format is used, to avoid adding a new one,
  339.     while this one has very similar meaning).
  340.  
  341. [-] Changed ELF executable to use "segment" directive in place of "section",
  342.     to make the distinction between the run-time segments and linkable
  343.     sections. If you had a "section" directive in your ELF executables and they
  344.     no longer assemble, replace it with "segment".
  345.  
  346. [-] The PE formatter now always creates the fixups directory when told to -
  347.     even when there are no fixups to be put there (in such case it creates the
  348.     directory with one empty block).
  349.  
  350. [-] Some of the internal structures have been extended to provide the
  351.     possibility of making extensive symbol dumps.
  352.  
  353. [-] Corrected FIX directive to keep the value intact before assigning it to the
  354.     prioritized constant.
  355.  
  356. [+] The ` operator now works with any kind of symbol; when used with quoted
  357.     string it simply does nothing. Thus the sequence of ` operators applied to
  358.     one symbol work the same as if there was just one. In similar manner, the
  359.     sequence of # operators now works as if it was a single one - using such a
  360.     sequence instead of escaping, which was kept for some backward
  361.     compatibility, is now deprecated.
  362.  
  363. [-] Corrected order of identifying assembler directives ("if db eq db" was
  364.     incorrectly interpreted as data definition).
  365.  
  366. [-] Many other small bugs fixed.
  367.  
  368.  
  369. version 1.64 (Aug 8, 2005)
  370.  
  371. [+] Output of PE executables for Win64 architecture (with "format PE64"
  372.     setting).
  373.  
  374. [+] Added "while" and "break" directives.
  375.  
  376. [+] Added "irp" and "irps" directives.
  377.  
  378. [+] The macro arguments can be marked as required with the "*" character.
  379.  
  380. [-] Fixed checking for overflow when multiplying 64-bit values - the result
  381.     must always fit in the range of signed 64 integer now.
  382.  
  383. [-] Segment prefixes were generated incorrectly in 16-bit mode when BP was used
  384.     as a second addressing register - fixed.
  385.  
  386. [-] The "local" directive was not creating unique labels in some cases - fixed.
  387.  
  388. [-] The "not encodable with long immediate" error in 64-bit mode was sometimes
  389.     wrongly signaled - fixed.
  390.  
  391. [-] Other minor fixes and corrections.
  392.  
  393.  
  394. version 1.62 (Jun 14, 2005)
  395.  
  396. [+] Escaping of symbols inside macroinstructions with backslash.
  397.  
  398. [+] Ability of outputting the COFF object files for Win64 architecture
  399.     (with "format MS64 COFF" setting).
  400.  
  401. [+] New preprocessor directives: "restruc", "rept" and "match"
  402.  
  403. [+] VMX instructions support (not documented).
  404.  
  405. [+] Extended data directives to allow use of the "dup" operator.
  406.  
  407. [+] Extended "struc" features to allow custom definitions of main structure's
  408.     label.
  409.  
  410. [-] When building resources from the the .RES file that contained more
  411.     than one resource of the same string name, the separate resource
  412.     directories were created with the same names - fixed.
  413.  
  414. [-] Several bugs in the ELF64 object output has been fixed.
  415.  
  416. [-] Corrected behavior of "fix" directive to more straightforward.
  417.  
  418. [-] Fixed bug in "include" directive, which caused files included from within
  419.     macros to be processed the wrong way.
  420.