Jump to content
IGNORED

DASM on Linux. Works under wine.


JesterDev

Recommended Posts

I got DASM (DOS) working under wine. I was searching for a few hours before I tried for a Linux port. So anyway I just wanted to mention this since I know a few people where looking for a Linux port since the source (at least for me) does not compile without errors.

 

The command line usage is:

wine -- dasm.exe filename.asm -lkernel.txt -f3 -v5 -ofilename.bin

 

The only difference from DOS is the '--' which is required by wine in order to send command line arguments to DASM (or any other program).

Link to comment
Share on other sites

I emailed you last night about that patch :) But my mail server is down now..

 

Anyway, I tried that patch and get errors. That attachment just shows up as plain text so I made a file named dasm.patch ran the proper commands, and I get this:

 

patching file src/Makefile
Hunk #1 FAILED at 7.
1 out of 1 hunk FAILED -- saving rejects to file src/Makefile.rej
patching file src/asm.h

 

Same thing that happened last night.. So I guess I'm back to using wine unless you happent to have a copy of the actual file? I don't know if that will make a difference or not but I thought it would be worth a try. I tried to patch the correct version. And when I try and compile I get tons ands tons of errors. I'm not that great with C but I tried to fix them with no luck.

 

Running Suse 9.1 Pro.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...