Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/basic09/install6809 @ 989:979b7f290efc
First pass disassembly and comments. Comments from 1992 disasm included. Requires Level 2 defs set Level equ 2 in this file should be in a defsfile.
author | pwz |
---|---|
date | Fri, 21 Feb 2003 04:34:39 +0000 |
parents | 341ce07bdcf2 |
children |
line wrap: on
line source
-x t ********************************************** * Basic09 Install Script for the CoCo w/ 6809 * Files are copied to the /DD device * * Copying commands to /DD/CMDS copy -r CMDS/basic09_6809 /DD/CMDS/basic09 copy -r CMDS/runb_6809 /DD/CMDS/runb copy -r CMDS/gfx /DD/CMDS/gfx copy -r CMDS/gfx2 /DD/CMDS/gfx2 copy -r CMDS/inkey /DD/CMDS/inkey copy -r CMDS/syscall /DD/CMDS/syscall * All Done!