Common Computer Science References
At the end of this lesson, you will be able to:
understand basic ARM assembly coding
ARM Registers
using echo for numeric output
what the textbook write calls the "error code"
review two's complement for representing positive and negative integers
review the difference between an assembly program written to be compiled with gcc and one written to be compiled by asÂ
review your MAKEFILE that will help you compile assembly programs
read, "Raspberry Pi Assembler " (see below)
chapter 2
to not have the ".note.GNU-stack ..." warning add the following to the end of your program:
.section .note.GNU-stack,"",%progbits
create another GitHub repo for this section
TEJ4M-Unit2-05
ensure you commit all your examples to this repo
re-write program sum01.s and sum02.s
do end of chapter #2 projects
nil
This might help you work in the teminal.