|
|
|
|
Programming Stuff
- x86 assembly (16-bit programming)
Here is some
sample source code for x86 assembly programming:
|
|
|
|
|
|
|
EXEC.ZIP
-a simple
program the executes another program. Shows the dos execution
routine. (Includes assembly source code) |
|
|
|
|
|
|
|
|
|
SBEXAMPLE.ZIP
- program that autodetects the setting for a soundblaster or
compatible card (i.e. most soundcards), and allow you to play
any file over it. (Includes assembly source code) |
|
|
|
|
|
|
|
|
|
DATELOG.ZIP
- when executed, appends the current date to a file. Example of
some file writing dos routines. (Includes assembly source code) |
|
|
|
|
|
|
|
|
|
DISKEDIT.ZIP
- Disk Editor - used to edit disks at a very low level. Not
completed, but shows a good used of Int 25h. (Includes assembly source code) |
|
|
|
|
|
|
|
|
|
SPLIT.ZIP
- Splits a file, entered on the command line, into 65k chunks.
This can be changed internally. (Includes assembly source code) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And here you'll
find some useful programming tools:
|
|
|
|
|
|
|
HelpPC - invaluable
programmers reference. |
|
|
|
|
|
|
|
|
|
A86 - is an assembler,
and more importantly, a disassembler. |
|
|
|
|
|
|
|
|
|
Tasm
v4.zip - is Borland's Turbo Assembler, you can use to
compile all of the code on this page. |
|
|
|
|
|
|
|
|
|
Qedit
v3.zip - a very useful, and small dos-editor. |
|
|
|
|
|
|
|
|
|
|
|
|
Any questions or problems, please email me on sysop@megablast.8k.com
|
|