view bootman/llbt_1773.a @ 2763:c03464c24b14

Fixed a minor typo in the arcadepak's makefile related to DriveWire3 and Becker. Updated makefile with new option nightlytest. Run option is "make nightlytest". You also need to test environment variable TESTSSHDIR and TESTSSHSERVER before using it. Also updated the nightly option so if the SOURCEUSER environment variable is not set it will report it.
author drencor-xeen
date Wed, 16 Jan 2013 17:33:46 -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