Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

Computer Architecture and Organization DS 243

Description

Student Details: CRN:

Name:

Name:

Name:

ID:

ID:

ID:

2

Restricted – مقيد

Pg. 01

Task 3: Modulus Operation<> “Error*” “Task 3: Modulus Operation Task 3: Modulus Operation

Learning Outcome(s):

Develop assembly language programs.

Description and Instructions

This project is designed to help you become familiar with the MARIE architecture and its assembly language instructions. By completing this project, you will develop a basic program using MARIE instructions, demonstrating your understanding of fundamental computer architecture concepts. The project includes both basic and advanced tasks to challenge your understanding of MARIE assembly programming. Please use the online tool and provide a screenshot of the result for each task.

Task 1: Addition and SubstructionOperations

For this task, you are required to write a MARIE program that performs the following operations using assembly language instructions:
1. Take two inputs from the user.
2. Perform addition and subtraction on the two input values.
3. Display the results of both operations.

Requirements:

• The program should take two inputs (numbers) from the user and store them in memory.
• It should load the numbers from memory and perform addition and subtraction using the appropriate MARIE instructions.
• The program must display the results of both the addition and subtraction.
• Ensure that the program halts after displaying the results.

Example Input/Output:

Input 1: 8
Input 2: 5
Output: Sum = 13, Difference = 3

Task 2: Multiplication and Division Operations

Building on the first task, this advanced task requires you to enhance the program by adding multiplication and division operations. You should then display the results of these operations in addition to the sum and difference.

Requirements:

• Implement multiplication using a loop (as MARIE has no direct multiplication instruction).
• Implement division using repeated subtraction.
• Display the results of all four operations: addition, subtraction, multiplication, and division.
• Ensure that the program halts after displaying all the results.

Example Input/Output:

Input 1: 6
Input 2: 2
Output: Sum = 8, Difference = 4, Product = 12, Quotient = 3

Task 3: Modulus Operation

For this bonus task, implement a modulus operation (remainder of division) as part of your program. This will further challenge your understanding of MARIE assembly instructions and loops.

Requirements:

• Implement the modulus operation using repeated subtraction.
• Display the result of the modulus in addition to the sum, difference, product, and quotient.
• Ensure that the program halts after displaying all results.

Example Input/Output:

Input 1: 7
Input 2: 3
Output: Sum = 10, Difference = 4, Product = 21, Quotient = 2, Remainder = 1

General Requirements:

Your code must be clearly commented and organized, explaining the purpose of each section and how it works.
• Make sure to name memory locations appropriately (e.g., num1, num2, result).
• You must demonstrate proper use of MARIE instructions, including loops and conditional statements.
• Ensure that the program is readable and well-structured.

MARIE Instruction Set Guide

Instruction

Operation

Use Example

Explanation

Load X

Load the value stored at memory location X into the Accumulator (AC).

Load num1

Loads the value from memory location num1 into the AC for further operations.

Store X

Store the value in the Accumulator into memory location X.

Store result

Stores the current value in the AC into memory location result.

Add X

Add the value stored at memory location X to the value in the Accumulator.

Add num2

Adds the value from memory location num2 to the value in the AC.

Subt X

Subtract the value stored at memory location X from the value in the Accumulator.

Subt num2

Subtracts the value from memory location num2 from the AC.

Input

Take a value from the user input and store it in the Accumulator.

Input

Takes an input from the user and stores it in the AC.

Output

Output the value in the Accumulator to the screen.

Output

Outputs the current value in the AC to the screen.

Halt

Stop the program execution.

Halt

Ends the program execution.

Skipcond X

Skip the next instruction based on the value in the Accumulator.

Skipcond 400

Skips the next instruction if the condition is met (e.g., Skipcond 400 skips if AC = 0).

Jump X

Unconditionally jump to the instruction located at memory location X.

Jump Loop

Redirects execution to the instruction at Loop. Useful for loops or unconditional branches.

Clear

Set the value of the Accumulator to zero.

Clear

Resets the AC to 0. Useful before performing arithmetic operations.

JNS X

Store the address of the next instruction in X, then jump to X + 1.

JNS Subroutine

Used for jumping to subroutines and returning later.

JnS X

Save the address of the next instruction in memory location X and jump to X + 1.

JnS Subroutine

Typically used for subroutines, allowing for modular programming.

Working with Loops

Loop and conditional logic using Jump, Skipcond, and arithmetic instructions.

Jump Loop

Implemented using Jump, Skipcond, and arithmetic operations for tasks like multiplication and division in a loop.

Restricted – مقيد

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

IT404 Project

Description Read the instructions carefully. I just want a partial HTML solution – I don’t want all the parts, just the HTML part. College of Computing and Informatics Project Deadline: Tuesday 2/12/2025 @ 23:59 [Total Mark for this Assignment is 14] Students Details: CRN: ### Name: ### Name: ### Name:

Project for IT 352

Description As a designer, you have been asked to come up with an application , website, or system to serve one of the following fields. Pet Care and Adoption Tourism Services Healthcare services Hajj and Umrah Services For the proposed prototype do the followings : a. Specify the field that

Project for IT354

Description Imagine you are the database administrator for a large healthcare corporation, and you’ve been tasked with designing and implementing a new Clinic Management System database. This system addresses real-world needs such as organizing patient records, scheduling appointments, tracking treatments, and handling prescriptions efficiently. You must use MySQL for database

discussion RES500

Description Question designers need to avoid specific wording problems. For example, they should avoid leading questions or double-barreled questions. What do you think about it? Elaborate with sample questions and possible answers. (Refer Chapter 11) Embed course material concepts, principles, and theories (which require supporting citations), along with two scholarly

Business Question

Description STUDENTS ARE ADVISED TO MAKE THEIR WORK CLEAR AND WELL PRESENTED,MARKS MAY BE REDUCED FOR POOR PRESENTATION. THIS INCLUDES FILLING YOUR INFORMATION ON THE COVER PAGE. • STUDENTS MUST MENTION QUESTION NUMBER CLEARLY IN THEIR ANSWER. • LATE SUBMISSION WILL NOT BE ACCEPTED. • Avoid plagiarism, the work should

Project for IT 353

Description The purpose of this project is to give you hands-on experience with the early phases of the System Development Life Cycle (SDLC). By working in groups, you will learn how to: Identify system needs and document them in a structured way. Apply analysis techniques to define requirements and model

113 ass 4

Description see College of Health Sciences ASSIGNMENT COVER SHEET Course name: Health Policy & Saudi Healthcare System Course code: HCM113 CRN: Assignment title: There are different types of healthcare system structure, and each one has its own advantages and disadvantages. 1. What are the types of healthcare system structure? (5)

hci 316 ass 2

Description see College of Health Sciences Department of Health Informatics HCI-316-ASSIGNMENT Course name: E-Health Course number: HCI316 CRN XXXX Assignment title or task: The Applications of Virtual Reality in Healthcare: from a Provider’s Perspective in Saudi Arabia. In this 600-word essay, answer the following question: How can Virtual Reality be

hci 316 ass 3

Description see College of Health Sciences Department of Health Informatics HCI-316-ASSIGNMENT Course name: E-Health Course number: HCI316 CRN XXXX Assignment title or task: The Applications of Virtual Reality in Healthcare: from a Provider’s Perspective in Saudi Arabia. In this 600-word essay, answer the following question: How can Virtual Reality be

Intro to International Business 321

Description Please solve it as its requiered on the file, please start as soonas you can ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 2 Introduction to International Business (MGT 321) Due Date:

Communications Management MGT421

Description Please solve it as the requieres ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 2 Communications Management (MGT 421) Due Date: 13/11/2025 @ 23:59 Course Name: Communication Management Student’s Name: Course Code:

Spreadsheet Decision Modeling – MGT425

Description Please solve it as the requieres on the file ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment-2 MGT425-Spreadsheet Decision Modelling Due Date: 01/11/2025@ 23:59 (End of Week 9) Course Name:Spreadsheet Decision Modelling

attached file

Description HBR’s fictionalized case studies present problems faced by leaders in real companies and offer solutions from experts. This one is based on the Ivey case study “Schiit Audio: Does It Make Sense to Sell on Amazon?” (HBR product no. W20914-PDF-ENG), by Michael A. Stanko and Jeffrey Pollack, which is

Business Question

Description ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 2 Introduction to Operations Management (MGT311) Due Date: 01/11/2025 @ 23:59 Course Name:Introduction to Operations Management Course Code:MGT 311 Student’s Name: Semester:First CRN: Student’s

Boudor ecom322

Description ECOM 322: Social Media Marketing 1st 2025-2026 Project Assignment In this project, you will work as a group to provide social media consulting. You own a Social Media consulting company, and your company has been selected to work with a new Saudi B2C organization (business or non-profit) of your

362 ASS 11

Description see ASSIGNMENT COVER SHEET Course name: Workplace Health Promotion Course number: PHC362 CRN: 11662 Assignment title or task: (You can write a question) How workplace health promotion programs improve productivity and why some groups are more vulnerable to discrimination, harassment, and stigmatization which lead to stress at the workplace?

362 ASS 12

Description see ASSIGNMENT COVER SHEET Course name: Workplace Health Promotion Course number: PHC362 CRN: 11662 Assignment title or task: (You can write a question) How workplace health promotion programs improve productivity and why some groups are more vulnerable to discrimination, harassment, and stigmatization which lead to stress at the workplace?