1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Processors/68000/Implementation
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
..
68000Implementation.hpp Cuts a third from the Program struct. 2019-07-24 18:39:36 -04:00
68000Storage.cpp Cuts a third from the Program struct. 2019-07-24 18:39:36 -04:00
68000Storage.hpp Cuts a third from the Program struct. 2019-07-24 18:39:36 -04:00