Chip8.Interpreter.Instruction.Argument.Byte (chip8 v0.1.0)
An 8-bit integer literal value.
Link to this section Summary
Link to this section Types
@type t() :: %Chip8.Interpreter.Instruction.Argument.Byte{value: value_range()}
Link to this type
value_range()
@type value_range() :: 0..255
Link to this section Functions
Link to this function
new(value)
@spec new(value_range()) :: t()
Link to this function
new(byte1, byte2)
@spec new(0..15, 0..15) :: t()