Assembler

This assembler is an enhanced version of Pasmo created by Julián Albo.
Original documentation is here:link.

Here comes some topics which would assembler coding make much more easier:

1. MACRO

 Macro is a preprocessor directive. Whenever macro is used in code it is replaced(each time on each code place!) by the contents of the macro.
Macro example:

code

2. DEFINES

 DEFx is a preprocessor directive. Compiler will subsitute the token into code.

code