View Source Chip8.Interpreter.Instruction.Argument.Nibble (chip8 v1.0.0)
A 4-bit integer literal value.
Link to this section Summary
Link to this section Types
@type t() :: %Chip8.Interpreter.Instruction.Argument.Nibble{value: 0..15}
Link to this section Functions
@spec new(0..15) :: t()