view 3rdparty/wip/bootman/llbt_1773.as @ 3215:195c09cade21

Updated MMC 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:07:36 -0600
parents 978396f33bb2
children
line wrap: on
line source

         NAM    llbt_1773
         TTL    WD1773 low-level booter

         SECTION code

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