mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
827c4e172a
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. |
||
---|---|---|
.. | ||
6502 | ||
68000 | ||
Z80 | ||
AllRAMProcessor.cpp | ||
AllRAMProcessor.hpp | ||
RegisterSizes.hpp |