View Source Chip8.Interpreter.Instruction.Argument.Nibble (chip8 v1.1.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(Chip8.Interpreter.Instruction.Argument.nibble()) :: t()