view lib/dragon.as @ 2942:195b041299ec

d64/dalpha bootfiles: Do not copy the makefile into the bootfile Thanks to Christopher R. Hawks for spotting this.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 26 Jan 2014 21:04:07 +0100
parents 3b7b5021f8bc
children
line wrap: on
line source

               section   _constant

DRAGON         equ       1
Level          equ       1
H6309          equ       0

               use       ../defs/os9.d
               use       ../defs/rbf.d
               use       ../defs/scf.d
               use       ../defs/pipe.d
               use       ../defs/drivewire.d
               use       ../defs/dragon.d
               use       ../defs/cocovtio.d

               endsect