What is the minimum set of ARM opcodes needed to generate code for arbitrary programs? Do I need to be concerned with some of the weird opcodes?
Does the compiler support multiple files at once?
How can we create an executable file? Or can we only support text output of the assembly?
Start small. Add floating point data type?
Who do I take COSC 6999: Masters Thesis with? What is going on with this assembler error message: ../system/program.S: Assembler messages: ../system/program.S:36: Error: invalid literal constant: pool needs to be closer ../system/program.S:84: Error: invalid literal constant: pool needs to be closer ../system/program.S:117: Error: invalid constant (5f5e100) after fixup ../system/program.S:652: Error: invalid literal constant: pool needs to be closer make: *** [../system/program.o] Error 1 |
Map out stack layout with Dr. Brylow. I am confusing myself. |