Report - COMP40 · 2020. 9. 29. · mov %edi, %eax shl $0x4, %eax retq Assembly instructions: int times16( int i ) { return i * 16; } 89 f8 c1 e0 04 c3 Actual machine instructions: The small

Please pass captcha verification before submit form