Homework
What does the program output in terms of q?
Class Notes
Assembly Language Programming is code that tells the computer directly what to do
It is written in simple terms
Code → Assembly Language → Machine Language
Saves time when running programs
ACSL has their own version of Assembly Language Program
Simpler to read, conceptual understanding, basic unanimous topics amongst code
Code is executed starting from the first time and moves down sequentially (branch instructions are an exception)
END instruction terminates the program
Accumulator (ACC) stores all data from operations/functions starting at 0
Format
im not sure how to do this: there are some that are blank so i think they are immediate data?