I was following one of the tutorials on the site to basic steps for programing Atari 2600 games, and hit a bit of a snag. I try to open the DASM File and the command prompt opens for a second and closes back down, so then I tried to open command prompt and then run it from there, but when I ran it, it just showed the menu, but I couldn't figure where to go from there. I tried to put in the line "dasm clock003.asm -f3 -oclock.bin" as per instructions(and I made sure to put the clock003.asm file in the same one the dasm program is in), but it didn't work. I've been looking all over the site for how to use the DASM program, but I haven't found it, does anyone know what I could be doing wrong?