Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/customboots/boisy/teststa.a @ 3140:03b580a02945
Allow CoCo3FPGA-specific build of superdesc.asm
Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm"
to reflect changes needed to build the new SD card descriptors for the
Coco3FPGA.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:26 +0100 |
parents | 6bc8200fd0ba |
children |
rev | line source |
---|---|
2471 | 1 tylg set $01 Prgrm+Objct |
2 atrv set $80+rev ReEnt+rev | |
3 rev set $00 | |
4 edition set 5 | |
5 | |
6 psect testlda_a,tylg,atrv,edition,200,start | |
7 | |
8 | |
9 start | |
10 lda #$FF | |
11 orcc #IntMasks | |
12 top | |
13 sta >$00F0 | |
14 sta >$00F0 | |
15 sta >$00F0 | |
16 sta >$00F0 | |
17 sta >$00F0 | |
18 sta >$00F0 | |
19 sta >$00F0 | |
20 sta >$00F0 | |
21 sta >$00F0 | |
22 sta >$00F0 | |
23 bra top | |
24 | |
25 endsect |