adder simple addition for debug.exe v1.0
This assembly language based arithmetic script was generated completely under debug.exe and is 99.9% compatible for x86 MS-DOS & up based pc. It is designed to give beginners an in depth look at how debug really works on a step-by-step basis.
algomath 1.0.5
Is a portable Arithmetic C Library. All routines have been thoroughly optimised for speed and efficiency, while at the same time portable C. However optional fast assembly language alternatives for prime numbers time-critical routines are also included, particularly for the popular Intel 80x86 r...
Base Converter v1.0
This program allows users to enter in a base, i.e 16 (hex) and it then outputs the result in binary, inary twos complement, oct, dec, and hex
Calc, Good to learn binary visual 1
Difference between this calculator and the others (software calc) are: All your input are shown on display, good tool for students for understanding binary/hex arithmetic visually. Functions: +-*/ nox (AND OR XOR) Use F1 to convert DEC2HEX BIN2HEX etc Change mode with F2/F3/F4 Work on Win98 and ...
Convert (asm source)
A handy tool at the command line. Convert numbers between Hex, Dec and Bin. Give it Your input and it shows you then number in all three bases. It handles logical (?) 32 bit numbers.
Fix-float
A library for rapid handling of decimal numbers represented on a fixed point binary notation + 32 bit inexhaustible random number generator with C/Asm code.
Inverse of a 3 X 3 matrix
This program generates the inverse of a 3X3 matrix.It however assumes that the inverse exists.Hence, for 'zero determinant' matrices, even though the adjoint is calculated, the determinant value will show zero. The determinant and adjoint are calculated separately. This is to avoid floating-poin...
Is Square? v.1.0
This program tests if a given positive integer bellow 65530 is a perfect square or not. If it is, the program shows its squareroot, otherwise it shows why the number isn't a perfect square i.e. the program proves that the given integer isn't a perfect square. It uses 8086 instructions and no int...
Nprime v.0.00
This program shows the n-th prime given by the user in a very fast way. 100% assembly for NASM and it doesn´t use any interrupt during the whole program.
SIC32, Simple Compiler v1.03.01
Math expression compiler. Package includes FASM, Delphi & CBuilder examples. SIC32 was designed to compile math expressions at run-time
Single-precision floating-point library with Asm source
This package contains routines for single-precision floating- point math routines. Two parallel libraries are included -- one for use with 808x assembly-language programs, the other for use in C programs.