View Source Chip8.Interpreter.Instruction.Argument.Byte (chip8 v1.0.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()}
@type value_range() :: 0..255

Link to this section Functions

@spec new(value_range()) :: t()
@spec new(0..15, 0..15) :: t()