comparison python/cortexm3desc.py @ 261:444b9df2ed99

try to split up code generation
author Windel Bouwman
date Fri, 09 Aug 2013 09:05:13 +0200
parents
children
comparison
equal deleted inserted replaced
260:b2f94b4951f1 261:444b9df2ed99
1
2 # Patterns
3
4 import cortexm3
5 import ir
6
7
8 {
9 """
10 v3 = const1
11 v1 = v2 + v3
12 [v1] = v3
13 """: cortexm3.
14 }
15
16
17