JesterDev #1 Posted July 18, 2004 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). Quote Share this post Link to post Share on other sites
Happy_Dude #2 Posted July 18, 2004 http://www.biglist.com/lists/stella/archiv...3/msg00295.html This source patch posted on [stella] worked great for me. Makes DASM 2.20.07 compile into a working binary There was talk about having it included in the main distribution but I don't know what happened there. Quote Share this post Link to post Share on other sites
JesterDev #3 Posted July 19, 2004 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. Quote Share this post Link to post Share on other sites
Happy_Dude #4 Posted July 19, 2004 in the post he says there will be compile errors but it still compiles and works. Been a long time since I used the patch but I'll see if I can find it. Quote Share this post Link to post Share on other sites
Happy_Dude #5 Posted July 19, 2004 dasm.patch.gz Quote Share this post Link to post Share on other sites
JesterDev #6 Posted July 21, 2004 Thank you! That worked perfectly. Well save for all the warnings.. Quote Share this post Link to post Share on other sites