Skip to content

This is an example of very low-level programming. The primary goal of this code is to compute the MCD of two given numbers.

Notifications You must be signed in to change notification settings

diegotrevisancc/ahmes-mdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Project Overview

This project is designed for the pseudocomputer AHMES, a creation of academic teachers from the Universidade do Rio Grande do Sul (UFRGS), namely Raul Fernando Weber (in memoriam) and Taisy Silva Weber. The purpose of this project is to calculate the Maximum Common Divisor (MCD) between two numbers.

Purpose

The primary goal of this code is to compute the MCD of two given numbers. This is an example of very low-level programming.

Usage Guide

  1. Download AHMES from here.
  2. Import the provided code.
  3. Input the first number (A) into data space 254.
  4. Input the second number (B) into data space 255.
  5. Execute the program.
  6. The result will be displayed in the Accumulator.

About

This is an example of very low-level programming. The primary goal of this code is to compute the MCD of two given numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published