piu130 / assembly-128-bit-unsigned-double-long

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assembly-128-bit-unsigned-double-long

This is a school project.

Description can be found here. (19.12.2016)

Library

The name of the library is uDlong.asm. It provides the following functions:

  • readUDlong
  • writeUDlong
  • copyUDlong
  • addition
  • subtraction
  • multiplication

Tests

The file testUDlong.asm contains the tests for the functions.

About


Languages

Language:Assembly 97.4%Language:Makefile 2.6%