rubyx/lib/arm/instructions
Torsten Ruger 37403f1139 fix misunderstood mov usage
When moving a reference (pointer) to a register
one needs to ADD to the pc
i.e. one needs an add, not mov instruction
2015-06-26 20:00:33 +03:00
..
call_instruction.rb finished init routine 2015-06-25 16:31:09 +03:00
compare_instruction.rb fix arm tests 2015-05-29 12:47:49 +03:00
logic_instruction.rb fix arm tests 2015-05-29 12:47:49 +03:00
memory_instruction.rb register reference creation got more complicated 2015-06-01 08:34:17 +03:00
move_instruction.rb fix misunderstood mov usage 2015-06-26 20:00:33 +03:00
stack_instruction.rb move all arm instructions to own folder and fold inheritance 2014-10-02 22:28:34 +03:00