Sha256: 4fc46aa1eb06ea50c89317f5900f13989ecf7970274b5360ae7949f8dcb7b1df
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true module Tataru module Instructions # instruction that takes a parameter class ImmediateModeInstruction < Instruction def initialize(param) @param = param end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tataru-0.2.0 | lib/tataru/instructions/immediate_mode_instruction.rb |