1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/68000
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
..
Implementation Cuts a third from the Program struct. 2019-07-24 18:39:36 -04:00
68000.hpp Reduces call/return overhead on Microcycle methods. 2019-07-09 19:55:30 -04:00