CIT593 HW12 LC4 Assembler
CIT593| Assignment:C-FileI/O–MakingtheLC4Assembler | 1 Setting up Codio for this HW: 1) Open the Codio assignment via Coursera 2) From the Codio File-Tree click on: assembler.c From lecture you’ve learned that C is file-oriented and that working with files represents I/O devices in C. C places files into two categories: “text” and “binary.” In this assignment …