view bootman/llbt_1773.a @ 2791:0df4a4590bc6 lwtools-port

Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag. Updated level2/coco3/cmds/makefile to detect if H6309 is present and if so to use the sys6309l2.a lib file and if the value is not set then use sys6809l2.a lib file.
author drencor-xeen
date Sun, 27 Jan 2013 10:41:30 -0600
parents 2db06bc0742a
children
line wrap: on
line source

         NAM    llbt_1773
         TTL    WD1773 low-level booter

         PSECT  llbt_1773,0,0,0,0,llbt_1773

         VSECT
         ENDSECT

llbt_1773:
         lbsr   llinit
         lbsr   llread
         lbsr   llwrite
         lbsr   llterm
         lbsr   llinfo

llinit
llread
llwrite
llterm
         rts

llinfo   leax   info,pcr
         rts

info     fcc    "Floppy disk drive"
         fcb    0

         endsect