home *** CD-ROM | disk | FTP | other *** search
- u
- D E V
- by Dave Moorman
-
-
- DEV is the command linker for
- DotBASIC Plus. Use DOTBASIC to create
- your project. Add commands to the
- "include" list like this:
-
- 10 REM BEGIN LIST
- 11 REM.P@,.PC
- 12 REM.MENU,.BL
- 20 REM.ENDLIST
-
- If the mouse arrow is still present,
- type Be sure to save your program with
- GOTO60000<ENTER>
-
- LOAD"B.DEV",db
-
- where DB is the DB+ disk drive. And
- RUN.
-
- Select your programs .DBS file
- (e.g., MYPROG.DBS). You should see the
- various commands listed as they are
- collected into MYPROG.DML. You program
- will be rebooted. Your DotCommands are
- now available for programming.
-
- If DEV should stop before
- rebooting your program, you probably
- have made a mistake in the include
- list. LOAD and RUN B.MYPROG, make
- corrections, and LOAD and RUN B.DEV
- again.
-
- Remember, always put your included
- commands in a REM statement, with NO
- SPACES! And Always SAVE your program
- (GOTO60000) before RUNning or LOADing
- b.dev.
-
- DMM
-
-
-