#garfield Logs

Dec 18 2023

#garfield Calendar

08:04 AM rue_mohr: thats ok, I was wondering about what can be worked out about the ST10 insturction set from the st40
08:17 AM rue_mohr: I assume the instruction sets are sub/super
08:17 AM rue_mohr: sh4? st40?
10:23 PM rue_mohr: #define GetBit(BIT,PORT,AS) ((PORT) & (1<<(BIT)))?(AS):0
10:23 PM rue_mohr: used for bit splicing
10:23 PM rue_mohr: tracker1 = (tracker1 >> 2) | GetBit(2, snap, 4) | GetBit(3, snap, 8);
10:25 PM rue_mohr: ITS THE DIV8 FLAG!!!! SOMEHOW ITS SET!!!!!