Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 257 Bytes

File metadata and controls

13 lines (9 loc) · 257 Bytes

Given this ASM program in PowerPC:

${ASM}

And this first pass (which doesn't compile!) from the decompiler

${M2C_OUTPUT}

Please give me only C code that corresponds to this assembly. Make sure it compiles, and there are no includes!