view python/cortexm3desc.py @ 270:cdc76d183bcc

first register allocator
author Windel Bouwman
date Mon, 19 Aug 2013 21:14:28 +0200
parents 444b9df2ed99
children
line wrap: on
line source


# Patterns

import cortexm3
import ir


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