==================================
[new] - Added an adjustable CPU clock to govern the Control Unit. This is adjustable down to 20ms pulses. It can be turned on or off. (it doesn't work at that speed due to Windows re-drawing objects).
[fix] - LDA, LDX, LDY fixed assignment of N and Z bits
clarification - BGT Branches if value compared was greater than register
clarification - BLT Branches if value compared was smaller than register
[new] - BGE Branches if value compared was greater than or equal to regiser
[new] - BLE Branches if value compared was smaller than or equal to register
[fix] - sorted out symbol table entries, they are now associated with a code page so duplicate symbols can exist across different code pages.
[fix] - Ram is unloaded when a code page is unloaded
[new] - added RAM ownership display in the RAM window (looks naff - preliminary)