Merge: Misc AST
[nit.git] / contrib / pep8analysis / tests / micro / range.pep
1      DECI  in,d
2      LDA   in,d
3      CPA   10,i 
4      BRGT  eq
5 neq: LDA   4,i
6      ADDA  1,i
7      BR    end
8 eq:  LDA   16,i
9 end: SUBA  1,i
10      STA   aff,d
11      DECO  aff,d
12      STOP
13 in: .WORD  0
14 aff:.BLOCK 0
15     .END