Chip8.Interpreter.Instruction.Argument.Nibble (chip8 v0.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
Link to this function
new(nibble)
@spec new(0..15) :: t()