rubyx/lib/risc/instructions
Torsten db5a59f735 Unify instruction namings also dirs
Was getting confused myself, where it was instruction or instructions, when if the base class was inside or out of dir.
Now dirs are plural, and base class is inside.
2020-03-22 14:31:43 +02:00
..
branch.rb tests for mom check instructions 2019-09-15 19:57:15 +03:00
byte_to_reg.rb remove resolve_to_register 2018-07-16 19:19:49 +03:00
dynamic_jump.rb tests for mom check instructions 2019-09-15 19:57:15 +03:00
function_call.rb fix function call and simple call logic 2018-05-19 12:21:20 +03:00
function_return.rb rename risc_value to register_value 2018-06-29 11:39:07 +03:00
getter.rb rename risc_value to register_value 2018-06-29 11:39:07 +03:00
instruction.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
label.rb move return address generation to factory 2018-08-29 21:02:49 +03:00
load_constant.rb Convert SimpleCall to new regs 2020-03-22 14:31:43 +02:00
load_data.rb rename risc_value to register_value 2018-06-29 11:39:07 +03:00
operator_instruction.rb Rename Vool to Sol 2019-10-04 00:38:47 +03:00
reg_to_byte.rb remove Risc.resolve_to_index 2018-07-16 19:00:04 +03:00
reg_to_slot.rb codong RegisterSlot with reg and slot 2020-03-22 14:31:43 +02:00
setter.rb fix bug in slot_load and definition 2018-08-19 15:36:51 +03:00
slot_to_reg.rb Starting to rework slot instructions that create risc 2020-03-22 14:31:43 +02:00
syscall.rb add source to the to_s 2018-03-22 18:38:19 +02:00
transfer.rb rename risc_value to register_value 2018-06-29 11:39:07 +03:00