Python program into a standard assembly?
assembly, python
Solution
Compile python to C, then use a C compiler of your choice to get it down to assembly.
Alternatively, use PyPy, specifying LLVM as the target, and use the LLVM Static Compiler to yield assembly language for your target architecture.
Problem
Is it possible to convert Python programs to a Microprocessor standard assembly language like IEEE-694? The assembly syntax is close to this one or this other one: http://www.ethicalhacker.net/content/view/152/2/