Results 1 to 8 of 8

Thread: Need a DOS emulator for XP

  1. #1
    Strawberry (Level 2) CartCollector's Avatar
    Join Date
    Dec 2004
    Location
    Location, Location
    Posts
    501
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default Need a DOS emulator for XP

    The title says it all. The only reason I need it is for compiling .asm files, so I'd prefer it to be fast, but it doesn't have to have good graphics emulation.
    The name's Link
    And I'm braver than brave
    I got a wooden sword from and old man in a cave

  2. #2
    Peach (Level 3) DogP's Avatar
    Join Date
    Mar 2003
    Location
    Manassas, VA
    Posts
    773
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Ehm... you mean assembling .asm files . Anyway, what assembler are you using? It doesn't work in cmd? How about command (the old crappy command line that is still in 2K, and probably XP)?

    If the assembler requires 16 bit, have you tried the dos compatibility mode thing in XP?

    DogP
    Virtual Boy Lives @ Project: VB

  3. #3
    Great Puma (Level 12) Custom rank graphic
    Gapporin's Avatar
    Join Date
    May 2004
    Location
    Springfield, MO
    Posts
    4,444
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Xbox LIVE
    Gapporin

    Default

    If after taking DogP's advice, you still can't assemble/compile/whatever, I (and others) heartily recommend DOSBox. It's great.
    "I am a cipher, wrapped in an enigma, smothered in secret sauce."

  4. #4
    Strawberry (Level 2) CartCollector's Avatar
    Join Date
    Dec 2004
    Location
    Location, Location
    Posts
    501
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I want to use DASM and 6502 Turbo Assembler, but whenever I double-click either of them, they open, then close. So I'm guessing I need to use cmd or command. If so, how?
    The name's Link
    And I'm braver than brave
    I got a wooden sword from and old man in a cave

  5. #5
    Peach (Level 3) DogP's Avatar
    Join Date
    Mar 2003
    Location
    Manassas, VA
    Posts
    773
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Oh... yeah, you DEFINATELY are gonna have to use a command line... they're just command line apps, not guis.

    Click start->run and type cmd (there's probably an icon at start->programs->accessories->command prompt too). Then go to the directory you need (cd <directory name>). Then type dasm (or whatever the program is called) <whatever switches, options, and files are needed>. You can probably get the required syntax by typing the executable's file name and adding /?, like dasm /?.

    DogP
    Virtual Boy Lives @ Project: VB

  6. #6
    Strawberry (Level 2) CartCollector's Avatar
    Join Date
    Dec 2004
    Location
    Location, Location
    Posts
    501
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    well, I got the command line working... but now I have more problems! What I'm trying to do is this. I type in

    <directory name>dasm clock003.asm -f3 -oclock.bin

    but all I get is version info, and

    Warning: Unable to open 'clock003.asm'

    Does anyone here know what I'm doing wrong?
    The name's Link
    And I'm braver than brave
    I got a wooden sword from and old man in a cave

  7. #7
    Peach (Level 3) DogP's Avatar
    Join Date
    Mar 2003
    Location
    Manassas, VA
    Posts
    773
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Having never used that particular assembler, I can't tell you for sure, but are you typing <directory name>\dasm clock003.asm -f3 -oclock.bin? Or are you in the directory <directory name>? It's probably easiest if you put the .asm file in the same directory as the assembler, and then change the directory to the directory that both the asm file and the assembler are in.

    Here's an example:
    Assume all of the files are in the directory c:\asmfiles

    open the command prompt
    type "cd\asmfiles"
    then type "dasm clock003.asm -f3 -oclock.bin"

    This is assuming the last line is the correct syntax.

    DogP
    Virtual Boy Lives @ Project: VB

  8. #8
    Strawberry (Level 2) CartCollector's Avatar
    Join Date
    Dec 2004
    Location
    Location, Location
    Posts
    501
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Yes! It worked. Now to write my own programs...
    The name's Link
    And I'm braver than brave
    I got a wooden sword from and old man in a cave

Similar Threads

  1. psp emulator
    By ckymanchav in forum Modern Gaming
    Replies: 1
    Last Post: 08-31-2006, 09:15 PM
  2. looking for a neo geo emulator for the mac
    By dcescott in forum Classic Gaming
    Replies: 11
    Last Post: 05-03-2006, 05:49 PM
  3. 32x Emulator
    By Barbarianoutkast85 in forum Classic Gaming
    Replies: 8
    Last Post: 08-18-2004, 04:08 PM
  4. What is the best emulator for...?
    By CrazyImpmon in forum Classic Gaming
    Replies: 1
    Last Post: 12-10-2002, 04:07 PM

Posting Permissions

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