view lib/sys6809l1.as @ 3220:9ccec98c9897

Updated IDE Driver makefile so it will have place holders for dsk, dskclean, and dskcopy so that make does not error out when chaining into the driver tree to build disk images where applicable.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 16:10:50 -0600
parents 3b7b5021f8bc
children
line wrap: on
line source

               section   _constant

Level          equ       1
H6309          equ       0

               use       ../defs/os9.d
               use       ../defs/rbf.d
               use       ../defs/scf.d
               use       ../defs/pipe.d
               use       ../defs/rbsuper.d
               use       ../defs/drivewire.d

               endsect