A tiny little DOS program that prints out every ASCII character (0x01-0xFF) on screen. Written in Assembly, NASM syntax. Source code is included.
Involves using INT 0x10 to print stuff on screen, INT 0x16 for keyboard input, not much to it.
Use it for whatever, looking at other people's stuff helps tremendously when you're stuck on something.
File List:
56335-56335/
0b
56335-56335/AsciiPrinter.asm
14Kb
56335-56335/AsciiPrinter.com
4Kb
Similar code
A86 macro assembler, V3.72
(Popularity: ) : A86 macro assembler 8086 Assembler Implemented in C++ v0.1
(Popularity: ) : This program is an assembler capable of executing most of the 8086 assembly programs. You can also check out the list file .lst, very similar to TASM list file. The intention of uploading this project is to let you have ... The arrowsoft assembler public domain version 1.00D
(Popularity: ) : The Arrowsoft Assembler takes as its input 8086, 8088, 80186 and 80286 assembly language source files and produces relocatable object modules which may be linked and run under the MS-DOS and PC-DOS operating systems. The syntax of the input files ... Octasm v0.15
(Popularity: ) : The Octa assembler is a fast and efficient self-assembling 80x86 assembler for DOS. It supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3 and 3DNow! extensions, can produce output in binary only, and can also directly assembly and run the ...