1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-21 21:33:54 +00:00

+ 68k caveat

Thomas Harte 2020-12-24 22:21:55 -04:00
parent e5e908363a
commit afd6861800

@ -128,3 +128,5 @@ Confirmed, then:
* anything that can branchlessly be read from the instruction stream without undue contortion such as the specific registers or constants involved should be read from the instruction stream, not precompiled into overly-specific functions.
These were sensible assumptions, but are even more sensible as empiricals.
[Caveat: speaking extemporaneously, it's possible that one-function-per-instruction should be tested for a 68k, if memory serves that each instruction is fully identified by the first word]