logo

Crowdly

Please upload ONE ASM program file showing an example of program file you typed ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Please upload ONE ASM program file showing an example of program file you typed and submitted this semester and indicate which exercise you used this program for. 

Identify whether your program meets the following coding guidelines:

  1. column alignment
    • labels in first column;
    • op-code/directive in second column;
    • operands (where appropriate) in 3rd column;
    • comments (where appropriate) in the 4th column
  2. Use of Case
    • directives in capital letters;
    • assembly language in common letters;
    • labels in lower case (optional first capital letter)
  3. directive placement
    • all INCLUDE and EQU directives at the top of the program
    • END directive last in the program
    • use of the ORG directive to populate the reset vector
    • use of the ORG directive to ensure placement of code outside of the vector space
  4. use of the sleep instruction to halt execution OR use of an infinite loop 

Evaluate (see https://www.risemodel.com/self-evaluation) whether your program format, had an effect on your ability to utilise and revise the program.

More questions like this

Want instant access to all verified answers on myelearning.sta.uwi.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!