DEBRO #1 Posted December 29, 2001 You need to do dasm [source file name] -f3 -o[outputfile name]. Don't forget your - before the o. Quote Share this post Link to post Share on other sites
Chuck Gill #2 Posted December 29, 2001 Atari70's, Try adding - in front of the o as in Dasm combat06.txt -f3 -ocombat06.bin It's also kind of a convention to name your source combat06.s instead of combat06.txt. -Chuck Quote Share this post Link to post Share on other sites
atari70s #3 Posted December 29, 2001 sounds like a good deal cause i might be able to get help on programming aspect of this and it will get me to learn and see somethign in real time. ill let you all know how it goes Quote Share this post Link to post Share on other sites
atari70s #4 Posted December 29, 2001 seems like all things are go . somereason im gonna take another look at DASM and 2600 . i like figiting around with it . maybe ill stumble across something. any more Hombrews to be bought outside of Hozer?? Quote Share this post Link to post Share on other sites
atari70s #5 Posted December 29, 2001 is there way to send the file from .bin to .txt though DASM? i would use distella but it does do anything that will put it in Txt Quote Share this post Link to post Share on other sites
DEBRO #6 Posted December 30, 2001 quote: Originally posted by atari70s: is there way to send the file from .bin to .txt though DASM? i would use distella but it does do anything that will put it in Txt DiStella does output the source to a file. You have to use distella [options] [rom image] > [file to output source] Quote Share this post Link to post Share on other sites
atari70s #7 Posted December 30, 2001 ok i am tring to go back to this again now whatim i doing wrong when i try to create a .BIN file i do at c: c:DASM Dasm combat06.txt -f3 ocombat06.bin what am i doing wrong ??? Quote Share this post Link to post Share on other sites