You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber f4fa9cdf8e Upload basic README.md 4 years ago
..
A DOS 2.0 filter for word processing document files.asm Initial commit 4 years ago
A listing into pages and give new subtitles.asm Initial commit 4 years ago
A small program that calculates and prints terms of the Fibonacci series.asm Initial commit 4 years ago
A utility to report free space on the default or selected disk drive.asm Initial commit 4 years ago
Absolute Disk Read.asm Initial commit 4 years ago
Alarm.asm Initial commit 4 years ago
An implementation of SLIP (Serial Link IP), RFC 1055 in assembly language.asm Initial commit 4 years ago
Assembly language program which shows the current date and time in a form identical to that used by Posix ctime() .asm Initial commit 4 years ago
BIOS-based disk I-O to access MS-DOS file structure.asm Initial commit 4 years ago
Boot loader for a roll-your-own operating system.asm Initial commit 4 years ago
Break Handling Utilities Module.asm Initial commit 4 years ago
Break.asm Initial commit 4 years ago
Burnout.asm Initial commit 4 years ago
CLEAR Utility to clear display and set character attributes.asm Initial commit 4 years ago
Calculator.asm Initial commit 4 years ago
Cd Check.asm Initial commit 4 years ago
Char.asm Initial commit 4 years ago
Checks the validity of an ISBN by verifying the checksum.asm Initial commit 4 years ago
Chips.asm Initial commit 4 years ago
Circle.asm Initial commit 4 years ago
Clock.asm Initial commit 4 years ago
Colours routine.asm Initial commit 4 years ago
Command line program allows piping of output from other programs into Windows clipboard.asm Initial commit 4 years ago
Control-Break handler for Lattice C programs.asm Initial commit 4 years ago
Demo showing how to use 'flat real mode'.asm Initial commit 4 years ago
Determines the type of UART in each serial port.asm Initial commit 4 years ago
Device Driver Header.asm Initial commit 4 years ago
Disables the cache on a 486 and Pentium processor.asm Initial commit 4 years ago
Disk Watch.asm Initial commit 4 years ago
Drives Exist.asm Initial commit 4 years ago
Drives.asm Initial commit 4 years ago
EXECSUB - execute program from compiled BASIC - requires DOS 2.00.asm Initial commit 4 years ago
Ejects a SCSI tape (or CD-ROM) from a drive.asm Initial commit 4 years ago
FXN4BH --- demonstrate use of the PC-DOS 2.0 EXEC function call 4BH.asm Initial commit 4 years ago
Fetches and prints the network serial number under Novell Netware 3.11.asm Initial commit 4 years ago
Game Port.asm Initial commit 4 years ago
Get Space.asm Initial commit 4 years ago
Get current Segment Values.asm Initial commit 4 years ago
Get disk free space function.asm Initial commit 4 years ago
Gets a list of Queue servers under Novell Netware 3.11.asm Initial commit 4 years ago
Inthand.asm Initial commit 4 years ago
Issues the CPUID instruction to fetch the family, model and stepping ID.asm Initial commit 4 years ago
MSDOS 2.00 Function Library for Lattice C.asm Initial commit 4 years ago
Multi-function fractal demonstration program which results in 255 byte program.asm Initial commit 4 years ago
Program to prevent CTRL+ALT+DEL from restarting the system.asm Initial commit 4 years ago
README.md Upload basic README.md 4 years ago
Report installed device drivers.asm Initial commit 4 years ago
Serial communications port interupt intercepter AHA 8502.27.asm Initial commit 4 years ago
Sets up 'flat real mode'.asm Initial commit 4 years ago
Show Memory.asm Initial commit 4 years ago
Shows a demonstration of a routine which scrolls a window on a text mode screen.asm Initial commit 4 years ago
Shows one possible method for checking the type of video card installed in a system.asm Initial commit 4 years ago
Subroutine called by a basic program to scroll a window.asm Initial commit 4 years ago
Tests for the well documented Pentium divide bug.asm Initial commit 4 years ago
The venerable IBM-370 had a numeric format called packed decimal.asm Initial commit 4 years ago
This is a simple litte assembler program that cleans out.asm Initial commit 4 years ago
This is a small sound example for the IBM PC.asm Initial commit 4 years ago
This program is used to set the PSP address for a compiled BASIC program The PSP segment is saved at 0-4F2H.asm Initial commit 4 years ago
This program provides BASIC programs with access to the program loader (LOAD) by passing parameters via the system parameter area (SYSPARM).asm Initial commit 4 years ago
This program provides COBOL programs with access to the program loader (LOAD).asm Initial commit 4 years ago
This program removes all control codes except for line feeds.asm Initial commit 4 years ago
Writes a boot sector to the floppy disk.asm Initial commit 4 years ago

README.md

Assembly language

An assembly language is an extremely low-level programming language that has a 1-to-1 correspondence to machine code — the series of binary instructions which move values in and out of registers in a CPU (or other microprocessor)