view 3rdparty/customboots/boisy/teststa.a @ 3169:1ff3d7673e36

mc09 l2: bring sys/makefile in line with latest organisation for other platforms Revise bootfiles/makefile to remove sysgo from bootfile - it can be found on the root of the disk.
author Neal Crook <foofoobedoo@gmail.com>
date Mon, 17 Apr 2017 22:59:28 +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     testlda_a,tylg,atrv,edition,200,start

               
start
               lda       #$FF
               orcc      #IntMasks
top
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               sta       >$00F0
               bra       top
 
               endsect