I wrote a very short program that parses a "program" using python and converts it to assembler, allowing me to compile my little proramming language to an executable.
You can read my blog for more information here http://spiceycurry.blogspot.com/2010/05/simple-compilable-programming-language.html
my question is... Where can I find more kernel commands so that I can further expand on my script in the above blog?
I'd rather recomment using LLVM:
I'n not quite sure what you mean by 'kernel' commands. If you mean opcodes:
However the ARM or PowerPC have totally different opcodes.
If you mean the operating systen syscalls (system calls) then: