MFASM: New Micro-FASM! Ultra Lightweight

Micro-FASM is a minimal version of FASM.EXE (Win32 console)
that consists of only the preprocessor+directives for
Universal Assembler, dynamic translation and easier
conversion to native ARM (example: Raspbian Linux).

FASM.EXE is only 51K (FASMW=140K). Fastest compilation:
0.1 second! Removed all instructions+registers so that any
assembler/compiler can be defined. Includes \EXAMPLES\
for Intel, ARM, Java, 6502 and HTML.

* FASM.ASM - Main source. Use FASMW to assemble. No setup.
Includes VERSION, VARIABLE.

* \SOURCE\ - Only 5 files:

* ASSEMBLE.INC - ASSEMBLE, ERRORS, MESSAGES
* FORMATS.INC - Unedited
* PARSER.INC - PREPROCE, PARSER, EXPRPARS, EXPRCALC, SYMBDUMP
* SYSTEM.INC - Main entry, format, file I/O, display x, imports
* TABLES.INC - Removed all CPU specifics