Need some tutorial for 16-bit programming

Started by cqzhy1986, February 27, 2009, 06:57:57 AM

Previous topic - Next topic

cqzhy1986

Hi everyone. I am learning 16-bit assembly language in MS-DOS, the assembler I use is MASM611

Most ASM tutorial nowadays are for 32-bit programming.

Can anybody recommand some tutorial and reference for 16-bit ASM programming?

It would be better if the tutorial use MASM611 as the assembler.

Thank you  :boohoo:

TASMUser

For Win32-programming you need a good documentation of the Windows-API.
This is shipped with Borland-C-builder 5 as a big help file.

For DOS16-programming you need a good documentation of the DOS-interrupts and data structures.
The best and most extensive documentation is the "Ralf Brown Interrupt List":
http://www.cs.cmu.edu/~ralf/files.html

cqzhy1986

Thank you~ :lol
Quote from: TASMUser on February 28, 2009, 10:03:50 PM
For Win32-programming you need a good documentation of the Windows-API.
This is shipped with Borland-C-builder 5 as a big help file.

For DOS16-programming you need a good documentation of the DOS-interrupts and data structures.
The best and most extensive documentation is the "Ralf Brown Interrupt List":
http://www.cs.cmu.edu/~ralf/files.html

Vortex

Hi Cao Huanyin,

Also, have a look at the Masm manuals and reference available from :

http://webster.cs.ucr.edu/Page_TechDocs/index.html



tetsu-jp

ftp.simtel.net has old MSDOS materials, including assembler sources.

tip: the content is now available via "mirror" providers, simtel itself has changed, and download is sort of complicated.
the mirror's are still actively maintained, and all the materials can be downloaded.

also some of the C projects deal with MSDOS interrupts.