From afd6861800ec79dd09a2282d172a77363a0a4ea5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 24 Dec 2020 22:21:55 -0400 Subject: [PATCH] + 68k caveat --- Roadmap-for-Flexibly-Timed-Platforms.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roadmap-for-Flexibly-Timed-Platforms.md b/Roadmap-for-Flexibly-Timed-Platforms.md index 427a87c..e4a2bc9 100644 --- a/Roadmap-for-Flexibly-Timed-Platforms.md +++ b/Roadmap-for-Flexibly-Timed-Platforms.md @@ -127,4 +127,6 @@ Confirmed, then: * it really makes sense to template on a minimal set of fundamentals — likely addressing mode only (albeit in the slightly broad sense, e.g. to include direction for the 8086); * 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. \ No newline at end of file +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] \ No newline at end of file