view python/cortexm3desc.py @ 262:ed14e077124c

Added conditional branch instructions
author Windel Bouwman
date Fri, 09 Aug 2013 11:30:11 +0200
parents 444b9df2ed99
children
line wrap: on
line source


# Patterns

import cortexm3
import ir


{
"""
v3 = const1
v1 = v2 + v3
[v1] = v3
""": cortexm3.
}