Howdy, This is a nice intro to the ARM platform:
http://blogs.arm.com/software-enablement/605-arm-fundamentals-introduction-to-understanding-arm-processors/ I am still in the process of helping cotto++ do research for M0. The above link is a good starting point for those that want to help. Basically, we are trying to get a summary of how opcodes work on various ARM platforms. How many are there? What basic types to they operate on? We are keeping track of the data here: https://github.com/parrot/parrot/wiki/CPU-and-VM-Instruction-Set-Comparison Since ARM has so many permutations, I am not quite sure how we should keep track of it. Currently I am thinking a table for a few different versions of the ARM spec (like v1, v5, v9, Cortex-x, Cortex-y) or something like that. Your help and input is greatly appreciated! Duke -- Jonathan "Duke" Leto <[email protected]> 209.691.DUKE // http://leto.net NOTE: Personal email is only checked twice a day at 10am/2pm PST, please call/text for time-sensitive matters. _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
