From eb93ec3ac4eaf9c40e61aa690356c433633a9c21 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Tue, 3 Jan 2017 10:47:05 +0700 Subject: [PATCH] Add TTD file to remember things to do --- pymlac/TTD.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pymlac/TTD.txt diff --git a/pymlac/TTD.txt b/pymlac/TTD.txt new file mode 100644 index 0000000..a0c2e34 --- /dev/null +++ b/pymlac/TTD.txt @@ -0,0 +1,4 @@ +Maybe decode instructions into LAC and ILAC (for example). That is, don't +decode instruction bit - include it in the opcode. The code for LAC and ILAC +will be almost identical except for extra indirect code. +