Remember 16bit programming ?

Could some kind soul please point me to site(s) that deal with writing
either assembler or C DOS applications (COM or EXE) inc references for INT
calls. What is the easiest tool to use for generating this code – MASM or
an old version of VisualC ?
Sorry for the off-topic post.

Regards,

Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com http:</http:>

http://home.snafu.de/nkomin/html/assembe.htm
http://bobrich.lexitech.com/ad3.htm
http://www.web-sites.co.uk/nasm/

these site should have plenty of links to others…

Use MSC 1.52 with the

_asm
{

}

directive

OR Masm6.14 OR TASM5 from borland

your choice!

Griffith Wm. Kadnier
Algorithmics Inc.
(425) 775-1010 or Toll Free: 1-877-50-ALGOR (25467)
----- Original Message -----
From: Paul Bunn
To: NT Developers Interest List
Sent: Wednesday, October 25, 2000 5:20 PM
Subject: [ntdev] Remember 16bit programming ?

Could some kind soul please point me to site(s) that deal with writing either assembler or C DOS applications (COM or EXE) inc references for INT calls. What is the easiest tool to use for generating this code – MASM or an old version of VisualC ?
Sorry for the off-topic post.

Regards,

Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com

I’d vote for an old version of VC (1.52c was the final I think).

Cheers

Don Sharp

Paul Bunn wrote:

Could some kind soul please point me to site(s) that deal with writing
either assembler or C DOS applications (COM or EXE) inc references for
INT calls. What is the easiest tool to use for generating this code
– MASM or an old version of VisualC ?
Sorry for the off-topic post.

Regards,

Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com

> -----Original Message-----

From: Don Sharp [mailto:xxxxx@dddandr.octacon.co.uk]
Sent: Thursday, October 26, 2000 10:33 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Remember 16bit programming ?

I’d vote for an old version of VC (1.52c was the final I think).

And IMHO is still being shipped with MSDN (universal I think)

Robin

If you are a MSDN Universal subscriber you can download it from the MSDN
subscriber’s download page. It’s either under the VC++ or the Archive
section. I don’t remember which.

Greg

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
xxxxx@exgate.tek.com
Sent: Thursday, October 26, 2000 5:07 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Remember 16bit programming ?

> -----Original Message-----
> From: Don Sharp [mailto:xxxxx@dddandr.octacon.co.uk]
> Sent: Thursday, October 26, 2000 10:33 AM
> To: NT Developers Interest List
> Subject: [ntdev] Re: Remember 16bit programming ?
>
>
> I’d vote for an old version of VC (1.52c was the final I think).
>

And IMHO is still being shipped with MSDN (universal I think)

Robin


You are currently subscribed to ntdev as: xxxxx@pdq.net
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

That’s great – thank you ALL for the help!!!

-----Original Message-----
From: Griffith Wm. Kadnier [mailto:xxxxx@algoinc.com]
Sent: Wednesday, October 25, 2000 5:32 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Remember 16bit programming ?

http://home.snafu.de/nkomin/html/assembe.htm
http:
http://bobrich.lexitech.com/ad3.htm http:
http://www.web-sites.co.uk/nasm/ http:</http:>

these site should have plenty of links to others…

Use MSC 1.52 with the

_asm
{



}

directive

OR Masm6.14 OR TASM5 from borland

your choice!

Griffith Wm. Kadnier
Algorithmics Inc.
(425) 775-1010 or Toll Free: 1-877-50-ALGOR (25467)

----- Original Message -----
From: Paul Bunn mailto:xxxxx
To: NT Developers Interest List mailto:xxxxx
Sent: Wednesday, October 25, 2000 5:20 PM
Subject: [ntdev] Remember 16bit programming ?

Could some kind soul please point me to site(s) that deal with writing
either assembler or C DOS applications (COM or EXE) inc references for INT
calls. What is the easiest tool to use for generating this code – MASM or
an old version of VisualC ?
Sorry for the off-topic post.

Regards,

Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com http:</http:></mailto:xxxxx></mailto:xxxxx></http:></http:>

Let us not forget Ralph Browns interrupt list!

http://www.ctyme.com/rbrown.htm http:

Rick

-----Original Message-----
From: Paul Bunn [mailto:xxxxx@UltraBac.com]
Sent: Thursday, October 26, 2000 9:41 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Remember 16bit programming ?

That’s great – thank you ALL for the help!!!

-----Original Message-----
From: Griffith Wm. Kadnier [mailto:xxxxx@algoinc.com]
Sent: Wednesday, October 25, 2000 5:32 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Remember 16bit programming ?

http://home.snafu.de/nkomin/html/assembe.htm http:
http://bobrich.lexitech.com/ad3.htm http:
http://www.web-sites.co.uk/nasm/ http:</http:>

these site should have plenty of links to others…

Use MSC 1.52 with the

_asm
{



}

directive

OR Masm6.14 OR TASM5 from borland

your choice!

Griffith Wm. Kadnier
Algorithmics Inc.
(425) 775-1010 or Toll Free: 1-877-50-ALGOR (25467)

----- Original Message -----
From: Paul Bunn mailto:xxxxx
To: NT Developers Interest List mailto:xxxxx
Sent: Wednesday, October 25, 2000 5:20 PM
Subject: [ntdev] Remember 16bit programming ?

Could some kind soul please point me to site(s) that deal with writing either assembler or C DOS applications (COM or EXE) inc references for INT calls. What is the easiest tool to use for generating this code – MASM or an old version of VisualC ?
Sorry for the off-topic post.

Regards,

Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com http:</http:></mailto:xxxxx></mailto:xxxxx></http:></http:></http:>

>Could some kind soul please point me to site(s) that deal with writing
either

assembler or C DOS applications (COM or EXE) inc references for INT
calls.

Ralph Brown’s Interrupt List can help.

What is the easiest tool to use for generating this code – MASM or an old
version of VisualC ?

IIRC Turbo C 2.0 was put for free download by Borland several months ago. A
great DOS compiler :slight_smile:
Also there is NASM - the free assembler for DOS.

Max