Results 1 to 3 of 3

Thread: DOS Assembler

  1. #1

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409

    DOS Assembler

    I'm using WinXP and i need to practice assembler. The catch is that i have to use the DOS interrupts (mainly INT 21). Do i have to install DOS or there is some way to emulate INT 21 in WinXP and to get the output on a console. Also what editor can i use.

    Thanks!
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,945
    Uhm, from what I know about running DOS/realmode programs written in assembler under Windows 2000/XP int 21h should work under XP without having to install or change anything. However 2000/XP restrict the access to certain other interrupts. (int 13h (BIOS disk services) for example)

    BTW:
    If you mean what editor you can use to write your code with, any editor that supports text documents should be fine. I often use Notepad.
    Last edited by Peter Swinkels; Dec 3rd, 2004 at 09:25 AM.

  3. #3
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: DOS Assembler

    Quote Originally Posted by Vlatko
    I'm using WinXP and i need to practice assembler. The catch is that i have to use the DOS interrupts (mainly INT 21). Do i have to install DOS or there is some way to emulate INT 21 in WinXP and to get the output on a console. Also what editor can i use.

    Thanks!
    Why not grab masm32 and write 32bit assembler code? You'll certianlly find it more useful then the old fashion. You can grab it at www.masm32.com
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width