view 3rdparty/customboots/boisy/testdivq.a @ 3135:5095f2b3c81a

coco3: Use port.mak correctly in makefiles The coco3 makefiles are used by other ports too, so they must not override settings from the port.mak files.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 04 Feb 2017 02:10:31 +0100
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