view 3rdparty/customboots/boisy/testdivq.a @ 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 6bc8200fd0ba
children
line wrap: on
line source

tylg           set       $01     Prgrm+Objct
atrv           set       $80+rev ReEnt+rev
rev            set       $00
edition        set       5

               psect     testdivq_a,tylg,atrv,edition,200,start

               vsect
               endsect

start
               orcc      #IntMasks
top               
               ldq       #$0456b56A
               divq      #$1001
               lbra      top
 
               endsect