v0.2.0 (03/30/2023) :
    - Switched to cc6502 code base (shared with cc7800)

v0.1.9 (03/28/2023) :
    - Added support for function prototypes
    - Added cycles alt to generated assembler code comments
    - Implemented arithmetic right shift
    - Bug fixed with Y-Indirect mode misuse (constant array index)
    - 3E+ minimum 4 banks (solves the Stella execution issue)
    - Modified startup code not to initalize TIA registers twice
    - Added preliminrary support for 3E+ bankswitching scheme
    - Added support for quoted strings assignment to char*
    - Added better support for quoted string (escaped characters)
    - Preprocessor: removed splices (Backslash-Newline)
    - Corrected a bug in load expression processing
    - Modified vcs.h so that paddle and collision registers are signed (to ease code optimization by sign comparison)

v0.1.8 (03/06/2023) :
    - Added first sign extension implementation
    - Corrected 16 bits ++ and -- (not using INC anymore)
    - Calculations can be used for constants in variables/array definitions
    - Bug corrected when adding constants to constant pointer in ROM

v0.1.7 (03/02/2023) :
    - Solved an issue with variables signedness

v0.1.6 (03/01/2023) :
    - Set char signedness to unsigned as default
    - Corrected a bug in cart generation with ROMPLUS

