IF PhB
THEN {
-- get a,b,c addresses from IFU, and hold them (dynamically???)
aAddBus ← BitOps.ECFD[KBus, 32, 0, 8];
bAddBus ← BitOps.ECFD[KBus, 32, 8, 8];
cAddBus ← BitOps.ECFD[KBus, 32, 16, 8];
WriteToIFUBA ← cAddBus >= 240 -- real test is: cAddBus IN [ifuXBus .. ifuLast]; easily detected as cAddBus=1111xxxxB.
};