I am able to call DASM from my command prompt, but then DASM will respond; "Warning: Cannot open sound.asm"
"sound.asm" is my program text file.
When saving my text file, should I save a .txt or .asm? (I have been saving as .asm).
I am saving the file in the same directory as DASM.
When I call DASM in command prompt I write this:
1. CD\DASM\bin\DOS (by the way, is there anyway to permenantly change the path command prompt points to when it starts up? It just keeps starting up in my documents directory.)
then it returns;
C:\DASM\bin\DOS
2. then I type: dasm sound.asm -lsound.txt -f3 -v5 -osound.bin
(I just typed this again in command prompt and this time got error messages)
I get a bunch of errors for my code, which is something written for the atari 8 bit. DASM replies "unrecognized mneumonics, etc.)
Could I not use code written for the 8 bit for use with DASM?
I also tried the example in session 9 "6502 And DASM" of the great tutorials by Andrew Davie for assembling the kernel.asm
and I get a bunch of error saying "unknown mneumonic "sta", and other mneumonics; inx, lda, etc.
Would this indicate there is something wrong with the source file? Or are there other files I need to download to work with DASM?
Thanks for any help.
Tony
Edited by TonyA, Tue Jul 18, 2006 5:36 PM.















