29 Sep Instructions:??? ??using Manos Basic Computer write a short pr
using Mano’s Basic Computer write a short program of five to ten lines in assembly language to accomplish something.
- Your program should start with an ORG instruction and end with an END instruction
- Opcodes should be from the set of twenty-five instructions described in Dr. Duchon’s tutorial
- Operand addresses apply only to the seven memory-reference instructions (AND to ISZ) and are identified with a one- to three-character label
- Labels identify an address where data is stored, or identify a location to branch to
- / / are used at the start of a comment
A short example would be:
ORG 100
100 LDA CAT // The contents of location CAT are loaded into the AC
110 COM // The value in the AC is complemented
120 STA DOG // The value in the AC is stored in location DOG
130 HLT // The computer halts
140 CAT HEX 5 // contains the value in location CAT
150 DOG HEX 0 // contains the value in location DOG
END // end of source code
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.