summaryrefslogtreecommitdiff
path: root/src/buildvm_arm.dasc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add basic loop and branch instructions.Mike Pall2011-03-301-5/+134
* ARM: Add basic unary bytecode instructions.Mike Pall2011-03-291-10/+97
* ARM: Add support to call Lua functions and return from them.Mike Pall2011-03-291-3/+107
* ARM: Add support to call C functions.Mike Pall2011-03-291-1/+29
* ARM: Add entry and exit points into VM. Add type check macros.Mike Pall2011-03-291-10/+141
* ARM: Add frame unwind info for assembler part.Mike Pall2011-03-291-1/+37
* ARM: Add instruction/call decode + dispatch macros.Mike Pall2011-03-291-0/+79
* ARM: Add register assignments, type definitions and stack layout.Mike Pall2011-03-291-0/+64
* ARM: Add skeleton for ARM interpreter.Mike Pall2011-03-261-0/+866