Results 4 issues of Imre Horvath

...cite toString() calls and apply formatting to htmls

Add initial implementation of AVRASM2 style preprocessor macros. It is not yet a full implementation. However it does support the following. ``` .device atmega328p #define EIGHT (1

In the AVR Assembler (AVRASM2), "all expressions are 64 bits internally". (See spec. chapter 7. Expressions) For compatibility and for integer arithmetic required eg. for delay cycles calculation, the full...