GroovyBee, on Sat Oct 30, 2010 10:02 AM, said:
DASM is a command line tool. Can you elaborate on your "doesn't do anything" statement above? What steps did you follow?
more detailed:
- open terminal in osx
then type:
cd /Volumes/OSX2/dl/DASM/bin/Mac/OSX (where is my osx dasm located as you can see)
http://www.atariage....ling-the-basics here are the basic steps i follow, so type:
open dasm RiverRaid.asm -lsomename.txt -f3 -v5 -oRaid.bin
then i get this message:
Mac:OSX deto$ open dasm RiverRaid.asm -lsomename.txt -f3 -v5 -oRaid.bin
open: invalid option -- l
Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-b <bundle identifier>] [-a <application>] [filenames] [--args arguments]
Help: Open opens files from a shell.
By default, opens each file using the default application for that file.
If the file is in the form of a URL, the file will be opened as a URL.
Options:
-a Opens with the specified application.
-b Opens with the specified application bundle identifier.
-e Opens with TextEdit.
-t Opens with default text editor.
-f Reads input from standard input and opens with TextEdit.
-R, --reveal Selects in the Finder instead of opening.
-W, --wait-apps Blocks until the used applications are closed (even if they were already running).
--args All remaining arguments are passed in argv to the application's main() function instead of opened.
-n, --new Open a new instance of the application even if one is already running.
-g, --background Does not bring the application to the foreground.
-h, --header Searches header file locations for headers matching the given filenames, and opens them.
thats all.
thanks in advande