
Easy Code Visual Assembler v2
32-bit/64-bit
Copyright (C) 2004-2016, Ramon Sala.  All rights reserved.


FASM.TXT
========

- Remarks
---------
    If your current version of Easy Code 2 is previous to 2.00.0.0007 (December 2, 2015), please follow the instructions below.  Otherwise, you can disregard them and close this file.


- Directives
------------
    For Easy Code to properly work with FASM macros and the 'struc' keyword, you should add and modify a pair of entries in your fasm.cfg and fasm64.cfg configuration files (as is seen in the equivalent fasm.ori and fasm64.ori
files).  They are the following:

[Collapse1]
1=proc $,endp
2=macro $,}     <-- Modified
3=struct $,ends
4=union $,ends
5=struc $,}     <-- Added

[MacroBlock]
1=macro $,}     <-- Modified

[StructBlock]
1=struct &,ends
2=union $,ends
3=struc $,}     <-- Added

    Without these modifications, Easy Code will not manage FASM macros (nor the 'struc' keyword) properly.


Thank you!

Ramon Sala

--------------
Rev. 08MAY2016
