Skip to content

Integer arithmetic calculator written in 16 bit x86 assembly

Notifications You must be signed in to change notification settings

westphallm1/calc_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CALC.ASM

A decimal integer calculator that supports basic arithmetic written in 16 bit x86 assembly
Uses MASM/TASM syntax, runs in DOSBox
To compile:

C:\CALC> MASM CALC.ASM 
C:\CALC> LINK CALC.OBJ

Example usage:

C:\CALC> CALC.EXE
ASSEMBLY CALCULATOR (VER 0.01)
> 1 + 1
2

> Q
C:\CALC>

Supports +,-,*, and /

About

Integer arithmetic calculator written in 16 bit x86 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published