Git Product home page Git Product logo

calculator_program---food_ordering_program-asm's Introduction

This Repository contains 2 Assembly Language Project codes, some main points to be noted about the programs are:

  • MASM/TASM Assembler & 8086 Architecture is used in these programs.
  • Handled Error of relative jump in many possiblities.
  • Added Exceptional Handlings at some specifc points.
  • Optimized & fixed from crashing, glitches & bugs.

Calculator Program

Some main features integrated into calculator are

  • Addition -> Performs Addition 2 digits decimal numebr
  • Subtraction
  • Multiplication
  • Division -> Displays answer in float (upto 2 decimal places)
  • Square of Number
  • Multiplication Table -> (Upto 10 times)

Concepts of Stack, Addition, Subtraction, Multiplication, Division, Labels, Conditional Jumps, Data Storage, Relative Jumps & Data Manipulation is mainly used in this project.

Note: In division, if user enters "0" as a divisor,it displays a custom error & asks for Input again (Exception Handling). In subtraction, if user gives command of subtracting a smaller number from a bigger number, it displays answer in negative (Exception handling) this does not crashes or glitches the program.

Food Ordering

A menu displays, at the time of running the program, which includes a list of options, commands & food items along with the price of each. With the selection of food items, it displays the previous selected items & their prices in cart. In case of wrong selection, user can still have an option of clearing the cart & go through selection from start.

Concepts of Stack, Addition, Relative Jumps, Labels & Data Manipulation is mainly used in this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.