Refactored all .gasm and .vasm files that used call tables to make sure page 0 constants are merged correctly into one segment and to avoid the 0x30 -> 0x43 and 0xC0 -> 0xFF areas.
Modified Assembler for optional call table, user is required to use the LDWI xxxx, CALL _vAC paradigm if leaving callTable undefined.
Changed Audio initialisation to use S16 instead of U8 by default, hopefully this will remedy the MacOS audio distortion issues.