comparison 3rdparty/customboots/boisy/teststa.a @ 2471:6bc8200fd0ba

Updatd
author boisy
date Fri, 12 Mar 2010 13:24:13 +0000
parents
children
comparison
equal deleted inserted replaced
2470:f61d464537c3 2471:6bc8200fd0ba
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