| Matt's Page | |||||
| | Main page | Chatroom | BBS | Message board | Guestbook | Request form | Site search | |||||
Assembly Langauge Programs This is a list of assembly language programs.
PCOS - simple operating system written in NASM and C. It uses BIOS interrupts for hardware interfacing.
dynamic_code.zip - 32 bit i386 input assembly language and convert it to dynamic machine code in a c++ program.
start.tar.gz - i386 32 bit entry point for a C program using NASM for UNIX like operating systems.
interp.zip - assembly language interpreter.
hex2bin.zip - hexadecimal to binary file and binary file to hexadecimal.
coff.zip - COFF 32 bit i386 part of a linker
Example Code
DOS Hello, world! - 16 BIT x86 assembly language for a DOS .com command executable file
boot.asm - simple i386 boot disk program.
boot32pm.asm - simple i386 protected mode 32 bit boot disk program.
32.asm - win64 nasm assembly languge that counts through the 32 bit number space
64.asm - win64 nasm assembly languge that counts through the 64 bit number space
cookie.asm - 64 BIT assembly language for the security cookie
Downloads
tasm32.zip - borland windows i386 tasm assembly language.
masm32.zip - microsoft windows i386 nasm assembly language.
nasm.zip - win64 assembly language for the nasm golink platform.
alink.zip - windows i386 program linker.
objconv.zip - win64 dissesembler.
final_os.zip - BIOS interupt single task operating system for x86 hardware.
mix.tar.gz - MIX assembly language as described by Donald Knuth in
The Art of Computer Programming
volumes
|
|||||