comparison 3rdparty/customboots/boisy/testmisc.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 testmisc_a,tylg,atrv,edition,200,start
7
8 vsect
9 reg1 rmb 2
10 reg2 rmb 2
11 endsect
12
13 * capture two parameters
14 start
15 orcc #IntMasks
16 top
17 nop
18 ldx b,x
19 bra top
20
21
22
23 endsect