Extracts the result from MAC registers into a fixed-point value.
This static function generates inline assembly to:
- Store MACH and MACL values into temporary registers
- Extract the final result using xtrct instruction
- Return the result as a fixed-point value
- Returns
- Fixed-point value containing the MAC operation result