Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 431 Bytes

File metadata and controls

20 lines (13 loc) · 431 Bytes

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.