Mercurial > lcfOS
comparison python/zcc.py @ 218:494828a7adf1
added some sort of cache to assembler
author | Windel Bouwman |
---|---|
date | Fri, 05 Jul 2013 15:30:22 +0200 |
parents | 003c8a976fff |
children | 1fa3e0050b49 |
comparison
equal
deleted
inserted
replaced
217:8b2e5f3cd579 | 218:494828a7adf1 |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/python |
2 | 2 |
3 import sys, argparse | 3 import sys, argparse |
4 import c3, ppci, codegen | 4 import c3, ppci, codegen |
5 import arm_cm3 | |
6 import codegenarm | 5 import codegenarm |
7 import outstream | 6 import outstream |
8 | 7 |
9 # Parse arguments: | 8 # Parse arguments: |
10 parser = argparse.ArgumentParser(description='lcfos Compiler') | 9 parser = argparse.ArgumentParser(description='lcfos Compiler') |