1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00
CLK/Processors
Thomas Harte 827c4e172a Cuts a third from the Program struct.
Observation: [source/destination]_address are always one of the address registers. So you can fit both within a single byte.

Net effect: around a 12% reduction in execution costs, given that this reduces the size of the instructions table from 3mb to 2mb.
2019-07-24 18:39:36 -04:00
..
6502 Genericises RegisterPair. 2019-03-09 21:16:11 -05:00
68000 Cuts a third from the Program struct. 2019-07-24 18:39:36 -04:00
Z80 Seeks to reduce enquiry costs. 2019-07-17 15:09:26 -04:00
AllRAMProcessor.cpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
AllRAMProcessor.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
RegisterSizes.hpp Embraces a more communicative 68000 bus. 2019-03-10 17:27:34 -04:00