Ziyadelbanna / Assembly

System instruction set of different programs for the 8087 architecture in Assembly language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Co-processor/8087 assembly instructions

The goal of this repository is to practise Assembly language and learn the most basic programming applications built in Assembly.

Basic arithmetic operations

Instructions directions are memory to register using the 7 stack registers ST0 - ST6

  • Add.asm

Adding two floats together and storing the value

  • Sub.asm

Subtracting two floats and storing the value

  • Div.asm

Dividing two floats and storing the answer

  • Mul.asm

Multiplying two floats and storing the value

  • prog3.asm

Calculating the value ylog2(x)

Trigonometry

  • Sin.asm

Finding sinx

  • Cos.asm

Finding cosx

About

System instruction set of different programs for the 8087 architecture in Assembly language


Languages

Language:Assembly 100.0%