Skip to content

Instantly share code, notes, and snippets.

View PUSRISTEK's full-sized avatar

Gun Gun Febrianza PUSRISTEK

  • Fablab - Bandung
  • Indonesia
View GitHub Profile
@wrannaman
wrannaman / MASM 1
Created June 2, 2015 15:05
Basic x86 MASM program that does simple sum, difference, product, I/0 stuff
TITLE Programming Assignment #1 (Project01.asm)
; Author: Andrew Pierno
;
; Description: Write and test a MASM program to perform the following tasks:
; 1. Display your name and program title on the output screen.
; 2. Display instructions for the user.
; 3. Prompt the user to enter two numbers.
; 4. Calculate the sum, difference, product, (integer) quotient and remainder of the numbers.
; 5. Display a terminating message.