Re: A89: A68k help


[Prev][Next][Index][Thread]

Re: A89: A68k help




I had the same problem.  Download Doorsos.  One of the readme files 
(reproduced below) explains how to edit your autoexec so you can use 
Doors.bat to compile.  That should work.

>From the readme:


How to compile a program or a library
-------------------------------------

    Suppose that you unzipped Doors in the folder C:\Doors
    The first thing to do is to add this lines in autoexec.bat:

    SET DOORSOS=C:\DOORS
    SET PATH=%PATH%;%DOORSOS%\BIN

    Now you can compile a program or a library from the Dos command line:

    C:\DOORS>Doors <prog>

    With prog the name of the .asm file without its extension.