Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/customboots/boisy/testtfr.a @ 2811:611715587834 lwtools-port
Updated rules.mak and level1/coco1/bootfiles/makefile
Updated the rules.mak file to remove the format entire image related
to drivewire server disk images.
Updated level1/coco1/bootfiles/makefile to create 3 new bootfile images.
These images are stripped down to just the common files needed
for vovdg games on os9 level 1. These bootfiles are for becker, dw,
and arduino. Also corrected a duplicated dd descriptor when building
some bootfiles that had both floppy_40d, floppy_80d, RBDW, RBBECKER,
and RBARDUINO. Removed the dd descriptor from each of these sections
and made it where the dd descriptor for the specific section was added
in the main bootfile list.
author | David Ladd <drencor-xeen@users.sf.net> |
---|---|
date | Mon, 11 Feb 2013 20:16:24 -0600 |
parents | 69b4e5d37906 |
children |
line wrap: on
line source
tylg set $01 Prgrm+Objct atrv set $80+rev ReEnt+rev rev set $00 edition set 5 psect testtfr_a,tylg,atrv,edition,200,start vsect reg1 rmb 2 reg2 rmb 2 endsect * capture two parameters start ldd #0000 std reg1,u std reg2,u * if no params, just go straight to multiplication lda ,x cmpa #C$CR beq top * get first number lbsr DEC_BIN std reg1,u leax ,y lbsr TO_NON_SP * if no second number, go straight to multiplication cmpb #C$CR beq go lbsr DEC_BIN std reg2,u ldx reg1,u ldy reg2,u go orcc #IntMasks top tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y tfr x,y lbra top endsect