LC3汇编代写
LAB 2 HUMANOID COMPILER Your Mission: Complete and compile the given C code into LC-3 assembly language manually, and then assemble it into LC-3 object file. Code Snippet: typedef int i16; typedef unsigned int u16; i16 func(i16 n, i16 a, i16 b, i16 c, i16 d, i16 e, i16 f){ //Lots of arguments, hah? i16 […]