• Stars
    star
    1
  • Language
    Assembly
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

x86 calculator written in assembly

More Repositories

1

rpi-security-onion

Automated Security Onion Build for the Raspberry Pi.
12
star
2

rpi-cloud9-ide

Automated Cloud 9 IDE Build for the Raspberry Pi.
8
star
3

hello-world-x86

The obligatory "hello world" program written in x86 Assembly
Assembly
1
star
4

Tower_of_Hanoi

This program runs the puzzle game Towers of Hanoi
C++
1
star
5

Binary2BCD2ASCIIx86

Binary to Decimal to ASCII converter written in x86 Assembly.
Assembly
1
star
6

eulers-number-approximator

This program accurately calculates and displays the approximation of the mathematical constant of e with the use of a power series. It will also compute the error.
C++
1
star
7

hello-world

The obligatory "hello world" program written in C++
C++
1
star
8

stats_app

This program accurately reads data from a file to compute and display the maximum, minimum, range, mean, median, variance, and standard deviation of the data.
C++
1
star
9

permuted_text

This program produces a permuted index indexed by every word in the phrase. This algorithm produce 2^n vectors strings //where n is the number of words inputed by the user
C++
1
star
10

quartile_calculator

This program compute and print the quartiles (that is, the quarter of the numbers with the largest values, the next highest quarter) from an input set
C++
1
star
11

amortizing-loan

this function calculates and displays loan and interest payments via user input.
C++
1
star
12

Microstrip_design

This function outputs the width to height ratio of a microstrip line given epsilon effective and the characteristic impedance of the line
MATLAB
1
star
13

2d_vector_calc

This program accurately computes the addition, subtraction, length(magnitude), dot product, and norm of two 2-dimensional vectors specified by the user.
C++
1
star
14

gregorian_date_validator

This program accurately validates any date past 1582 the user inputs. The program will also take into consideration leap years and the month of February.
C++
1
star
15

nth_order_microstrip_design

This Program calculated Inductor and Capacitors values For any nth order low pass filter
MATLAB
1
star
16

Sieve_of_eratosthenes

This program accurately computes all the prime numbers from a range of 2 to the users specification through an algorithm known as The Sieve of Eratosthenes. They are displayed along with the sum of the prime numbers and the given placement of a number by the user. Futhermore, this program will also compute if a number given by the user is prime or composite
C++
1
star